1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-19 06:02:40 +01:00

4707 Commits

Author SHA1 Message Date
Cameron
828454304f Minor admin styling fixes. 2013-03-02 12:16:21 -08:00
SteveD
c0610bfa6a Sort a few documentation comments 2013-03-02 17:59:32 +00:00
Tijn Kuyper
f78530bc80 Linkwords plugin - minor code clean-up 2013-03-02 13:41:37 +01:00
Cameron
0becdb3cbf Fixes bootstrap reusable modal window issue. 2013-03-02 01:03:52 -08:00
Cameron
3556ebf743 Issue #129 Custom-Menus not displaying in Menu Manager. 2013-03-02 01:02:49 -08:00
Cameron
ae1f60f42f Tiny syntax fix 2013-03-01 18:22:27 -08:00
Cameron
0df1013fe3 Corrected <code> and <pre> handling. Added utf-8 support. Added attribute white-list per tag. 2013-03-01 18:17:03 -08:00
Cameron
2a374b7251 Batch drop-down default fix and renamed 'Execute' to 'Go'. 2013-03-01 17:53:58 -08:00
SecretR
757b52fb09 Performance improvements of output parser, few test cases added 2013-03-01 17:24:33 +02:00
SecretR
9c1d799bf9 Solving issues with new experimental output parser 2013-03-01 16:26:29 +02:00
SecretR
81f0aa86e5 URL shortcode update 2013-03-01 15:42:06 +02:00
Cameron
c9bdf62739 New parser extends existing one. 2013-03-01 03:46:15 -08:00
Cameron
997d11a982 First draft of new text/html parser 2013-03-01 00:19:53 -08:00
Cameron
63e393bdd0 Php Info styling 2013-02-28 14:29:09 -08:00
Cameron
06164b5cc9 inline popups enabled on TinyMce 2013-02-28 14:28:42 -08:00
Tijn Kuyper
95e3b3ab0c Banner plugin - Rewrite in progress, especially LAN. (WIP) 2013-02-28 17:48:49 +01:00
Tijn Kuyper
7356a89b1c Updateadmin - issue #125 and header update 2013-02-28 17:48:49 +01:00
SecretR
bc9b037ecc Typo - fixing commit 77ccca83a4d15b067f976648274bab9eec06a885 2013-02-28 16:39:32 +02:00
Cameron
483c20d71d Outdated JS file removal 2013-02-28 06:35:24 -08:00
Cameron
aa26b0ba36 TinyMce emoticons popup - work in progress. 2013-02-28 06:35:03 -08:00
Cameron
2feaade4ce Default bbarea site fix 2013-02-28 06:34:44 -08:00
SecretR
884bfe5809 Removed "Set As Site Theme" and "Set As Admin Theme" buttons from theme
manager option forms
2013-02-28 16:12:35 +02:00
SecretR
77ccca83a4 Admin UI Default submit action back to "go to list" now 2013-02-28 16:07:28 +02:00
Cameron
0d963eaff5 TinyMce fixes and support for raw html or bbcodes. (depending on Html posting preference) 2013-02-28 03:42:29 -08:00
SecretR
e71b0144a9 Custom Menu administration issues 2013-02-28 13:40:21 +02:00
SecretR
5d81b20d33 Fixes #124: admin-ui banlist inline editing failing.
Banlist reason and notes inline editable now.
2013-02-27 19:50:25 +02:00
SecretR
d4509edf7d Admin UI - batch navigation link creation improvements, testing required 2013-02-27 19:50:25 +02:00
SecretR
af8c9af775 Attempt to output unique only messages when saving prefs (new eMessage
feature)
2013-02-27 19:50:24 +02:00
SecretR
623793eee7 $url admin UI property added 2013-02-27 19:50:24 +02:00
Tijn Kuyper
adc98596c2 Various clean-up (#6, #125, 90). Removal of message and form handler. Headers updated. 2013-02-27 17:18:33 +01:00
Tijn Kuyper
ee4835e0d0 System logs - code and LAN cleanup 2013-02-27 16:37:49 +01:00
Tijn Kuyper
b040b679fb Welcome message - code and LAN cleanup 2013-02-27 16:37:31 +01:00
Tijn Kuyper
e2a9133e80 #125 - require_once() clean-up, also header and various other clean-up 2013-02-27 15:19:04 +01:00
Tijn Kuyper
8e6d5fbaeb Chatbox plugin admin - code clean-up (WIP: see FIXME comment) 2013-02-27 15:19:04 +01:00
SecretR
9df7d6d115 $tabs admin UI property added 2013-02-27 15:01:36 +02:00
Cameron
c194fa625a Back to default Bootstrap Modal. 2013-02-27 04:05:40 -08:00
Cameron
c58709a4fb Private Messaging Admin work. Not fully functional yet. 2013-02-27 04:03:13 -08:00
Cameron
60c75206af Plugin LAN Fix 2013-02-27 04:00:52 -08:00
Cameron
3e68fca857 Admin Modal Fix 2013-02-27 03:58:19 -08:00
Cameron
4259b435f3 Corrects wrapping buttons issue in admin and some LAN issues. 2013-02-27 00:44:58 -08:00
Cameron
b1bc9c6a11 Display number of included files in debug-includes mode. 2013-02-26 21:44:12 -08:00
Cameron
31e658a2ae Issue #125 The require_once() cleanup. 2013-02-26 21:43:31 -08:00
Cameron
b8b8a3e726 Review and cleanup of all admin layouts 2013-02-26 21:27:36 -08:00
Cameron
bb020c6ae2 Issue #73 secure_image_render.php moved to e107_images/secimg.php 2013-02-26 20:31:31 -08:00
Cameron
570d88b0e7 Issue #73 - Removed e107Form.php (found no reference to it anywhere in the core) 2013-02-26 19:55:48 -08:00
Cameron
2f85528ce0 Issue #73 - more array storage cleanup. And useful deprecated message. 2013-02-26 19:53:49 -08:00
Cameron
117d0e8deb Issue #73 Deprecated message added to old arrayStorage class, and created a new one in core-functions.php
Use: e107::arrayStorage->read() and e107::arrayStorage->write(); (BC aliases added also)
2013-02-26 19:12:17 -08:00
Cameron
4941a1156d adminLinks function cleanup 2013-02-26 18:57:33 -08:00
Cameron
710b21823a Tweaks to admin-ui batch drop-down. 2013-02-26 17:18:37 -08:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00