1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-31 04:07:55 +01:00

311 Commits

Author SHA1 Message Date
Cameron
2990f4d376 Fix Ping logging message. 2014-01-24 08:13:47 -08:00
Cameron
08e758e9b5 Removed debug code for new-ping service. 2014-01-12 08:23:29 -08:00
Cameron
1b7cf701e8 Corrected and tested news ping services feature. Now throws messages correctly to the admin , as well as logs correctly to both the e107_system/logs folder and the admin-log. 2014-01-12 08:06:29 -08:00
Cameron
2e7232aa9a Improved check for Bootstrap3 2013-12-24 02:24:14 -08:00
Cameron
698bcc4e7c Increase the width of some text fields in admin. 2013-11-22 17:18:20 -08:00
Cameron
166043720c New pref added for news-listing pages. ie. news.php?all , news.php?cat.x and news.php?tag=xxx 2013-11-03 18:29:53 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
SecretR
3ad911ef2b Fixes #418 and various inline edit issues 2013-08-31 16:42:23 +03:00
Cameron
beca1115c5 Closes #108, Issue #133 and may correct Issue #335 - Datepicker updated and should now be working with times also. eg. 7:30PM 2013-05-25 16:06:51 -07:00
SecretR
b19c99c674 Issue #247 - format news keywords before saving to the DB, improved meta
keys formatting
2013-05-08 12:25:43 +03:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Cameron
9c694f2c9e GUI fix and correct modal window for popup 2013-04-11 11:09:59 -07:00
Cameron
f7d527301d Issue #72 - News Ping Services. 2013-04-02 03:26:17 -07:00
SecretR
d9924d71b5 Fixed #156: SQL update error when inline editing newspost title/cat 2013-04-02 09:59:05 +03:00
Moc
9b212052cd Newspost $frm->label removal and banlist UI 2013-03-31 12:11:21 +02:00
Moc
176a116287 More $frm->label() removal 2013-03-27 20:49:08 +01:00
Moc
dc1d867aff #6 - LAN clean-up (HTML removal, double quotes, generic) - done upto/i admin/lan_p 2013-03-24 19:44:14 +01:00
Moc
8d6d54a38f Code clean-up (globals, $e107->, $mes, headers) 2013-03-24 13:07:15 +01:00
Cameron
33e7300b32 GUI fixes and theme-handler warning removal. 2013-03-15 05:28:27 -07:00
Moc
38c03a48b1 More require_once clean-up (#125) 2013-03-10 15:22:09 +01:00
Cameron
acf0a74154 Menu Manager Enhancements. And removal of the deprecated 'preview' button on the newspost page. 2013-03-03 03:52:47 -08:00
SecretR
d4509edf7d Admin UI - batch navigation link creation improvements, testing required 2013-02-27 19:50:25 +02:00
Cameron
4259b435f3 Corrects wrapping buttons issue in admin and some LAN issues. 2013-02-27 00:44:58 -08:00
Cameron
710b21823a Tweaks to admin-ui batch drop-down. 2013-02-26 17:18:37 -08:00
Cameron
a01e9933e4 Admin-ui - Support for link-targets (modal, dialog or blank) and batch site-link creation. ( Issue #8 ) 2013-02-26 16:08:08 -08:00
Tijn Kuyper
1e273d2854 Newspost - $emessage to $mes 2013-02-26 16:20:20 +01:00
Cameron
43478aabfa Removed references to deprecated preset handler. 2013-02-25 17:45:19 -08:00
Cameron
b3f6512e4b Better handling of duplicate images when importing submitted news. 2013-02-25 12:07:56 -08:00
Cameron
716a7c66c3 Closes #107 - Submitnews issue 2013-02-25 11:37:52 -08:00
Tijn Kuyper
e75e535b70 LAN enhancement (news) #6 2013-02-25 13:12:40 +01:00
Cameron
a2ea0f7a83 Changed Tabs code to bootstrap instead of jquery-ui 2013-02-25 02:47:23 -08:00
Cameron
763d1de7f7 Newspost updated to use bootstrap tabs 2013-02-24 18:06:53 -08:00
Cameron
d7b0dcc755 Various <select> css fixes. 2013-02-23 03:15:13 -08:00
Cameron
5bcd54f179 Some language-file cleanup and title/breadcrumb corrections. 2013-02-22 21:34:06 -08:00
Cameron
7b1f2d4b8c Styling fixes 2013-02-22 02:17:19 -08:00
Cameron
50b922f588 News datestamp now retains value when editing. Updated datetime picker. 2013-02-20 17:38:34 -08:00
SecretR
a6adeca93c Issue #106: News Category SEF 2013-02-19 18:36:58 +02:00
SecretR
bcaec63728 fixes #86 - News admin "stay in edit mode" doesn't work 2013-02-06 11:46:20 +02:00
SecretR
142eb4a0f2 issue #83 - datestamp issues on news administration form 2013-02-06 11:23:57 +02:00
Tijn Kuyper
6e54d14d19 LAN optimization (#6) - Newspost 2013-02-05 18:18:28 +01:00
SecretR
795d854a0d Missing admin permission for create category - switch back to main news permission value 2013-01-21 17:18:35 +02:00
Cameron
d5c3722b28 Issue #59 - Corrected issue - 'news_style' function was not being utilized as intended. 2013-01-15 14:56:56 -08:00
Cameron
4054f9f4b4 Issue #72 - start of core ping-service integration. 2013-01-12 16:27:54 -08:00
SecretR
2f76ca5635 fixed #59 - default news template 2012-12-21 10:26:32 +02:00
SecretR
ed648b9ea4 UI data 'comma' converted to type;
model supports data type 'set' and 'enum' now;
'userclasses' type works as expected;
#9 related, testing required
2012-12-17 16:57:42 +02:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
288558494d Closes Issue #38 - Next/Prev Template for admin area. 2012-12-03 13:57:02 -08:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
Cameron
a5d9c17116 Issue #28 Basic filter by datestamp added to admin-ui 2012-12-01 00:03:48 -08:00
Cameron
97a0ada0cb Event hooks now allows for multiple form elements.
Also added $frm->renderHooks($data).
2012-11-30 20:47:26 -08:00