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 |
|
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 |
|
SecretR
|
bc9b037ecc
|
Typo - fixing commit 77ccca83a4d15b067f976648274bab9eec06a885
|
2013-02-28 16:39:32 +02: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
|
e2a9133e80
|
#125 - require_once() clean-up, also header and various other clean-up
|
2013-02-27 15:19:04 +01:00 |
|
SecretR
|
9df7d6d115
|
$tabs admin UI property added
|
2013-02-27 15:01:36 +02: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
|
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 |
|
Cameron
|
45ac119d83
|
Admin-ui support for fields as links. eg. readParms='link=field_url'
|
2013-02-26 16:23:23 -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 |
|
Cameron
|
4e138b835f
|
Renamed class naming standard within e_sitelink.php addon. Use xxxx_sitelink (not xxxx_sitelinks)
|
2013-02-26 03:43:52 -08:00 |
|
Cameron
|
a1b3c45ef2
|
Issue #73 Removed deprecated preset_class.php (Admin-ui batch-copy function does a similar job)
|
2013-02-25 18:29:01 -08:00 |
|
Cameron
|
34472849af
|
Fixed tabbed admin interface
|
2013-02-25 17:15:46 -08:00 |
|
Cameron
|
b1b9468c3e
|
Admin Mailout buttons with TinyMce active.
|
2013-02-25 14:43:37 -08:00 |
|
Tijn Kuyper
|
9cef260d41
|
Mailout - start of cleaning up old code and LAN. More work needed.
|
2013-02-25 21:29:23 +01:00 |
|
Cameron
|
b3f6512e4b
|
Better handling of duplicate images when importing submitted news.
|
2013-02-25 12:07:56 -08:00 |
|
Cameron
|
d7b29d74c9
|
Syntax fix
|
2013-02-25 11:40:37 -08:00 |
|
Cameron
|
3280c5773e
|
Temporary ajax Modal Code added.
|
2013-02-25 11:38:04 -08:00 |
|
Cameron
|
a2ea0f7a83
|
Changed Tabs code to bootstrap instead of jquery-ui
|
2013-02-25 02:47:23 -08:00 |
|
Cameron
|
f028b5c18d
|
Minor Tweaks
|
2013-02-25 01:05:35 -08:00 |
|
Cameron
|
9bffb0ad65
|
Admin-ui bbarea now working with image-resizing and media-categories.
|
2013-02-24 20:13:38 -08:00 |
|
Cameron
|
6011b65a4c
|
Admin-ui Tabs support added.
|
2013-02-24 19:52:25 -08:00 |
|
Cameron
|
a877d3cee6
|
Added Bootstrap tabs to admin->administrator page and styled to match jquery-ui tabs.
|
2013-02-24 15:46:07 -08:00 |
|
Cameron
|
27810e7864
|
Comments Template reworked with bootstrap styling. (shouldn't affect v1.x comments in e107_themes/templates)
|
2013-02-24 01:08:40 -08:00 |
|
Cameron
|
dfe15b5e9a
|
LAN fix in newspost.
|
2013-02-24 01:07:19 -08:00 |
|
Cameron
|
231f062e9a
|
Media-Manager speed optimization
|
2013-02-23 23:08:30 -08:00 |
|
Cameron
|
a91438f519
|
Media-Manager styling
|
2013-02-23 19:23:25 -08:00 |
|
Cameron
|
13d64e5998
|
Admin-ui Create/Update button drop-down menu styling
|
2013-02-23 17:53:33 -08:00 |
|