1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-12 08:32:34 +01:00

537 Commits

Author SHA1 Message Date
Cameron
972dba3037 Moved e107_admin/sql/core_sql.php to e107_core/sql/core_sql.php 2013-01-23 13:23:10 -08:00
Cameron
ef2649f419 Updated help-text to mention index.php instead of rewrite.php 2013-01-15 14:57:27 -08:00
nlstart
4c06aa27b7 Install improvements
auto create of e107_config.php during install, a few LAN-fixes,
improvements on readability, /tbody-tag fix, added descriptions to
various functions
2012-12-27 11:52:24 +01:00
SteveD
98741074c2 Fix undefined JS-derived query message on delete rule 2012-12-22 19:16:46 +00:00
SteveD
cfb76a758a Allow editing of selected fields of some 'system' userclasses.
Tidy up a bit.
2012-12-19 22:27:48 +00:00
Cameron
9217a078fd Installer rework. Includes checking and renaming of e107.htaccess ( Issue #45 ) 2012-12-16 01:44:58 -08:00
SecretR
580b933b6b Admin UI - work on types 'userclasses' and 'comma', related wit #9 as well. Work in progress. 2012-12-15 16:49:39 +02:00
SecretR
5aad9b6553 fixed #14
Various minor system bugfixes and enhancements
2012-12-11 18:44:54 +02:00
SecretR
12bec41f6e Work on $14 - user options ready, addUser work in progress;
Form handler - introducing admin_trigger() alias
Various minor fixes
2012-12-10 17:17:51 +02:00
SecretR
7cf904675b #14 More user administration work. All list (dropdown) options are back. Still work in progress. Various system fixes and enhancements. 2012-12-10 01:20:56 +02:00
SecretR
72905055e7 #14 User administration rewrite (set user class, quick add user not functional, work in progress);
retrieve() DB method update (work in progress);
2012-12-09 00:48:04 +02:00
Steve Davies
18cfd5f13d Fix outdated version numbers in message 2012-12-08 18:00:53 +00:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Tijn Kuyper
b03275934b Starting LAN on Media Manager (e107_admin/image.php) - Work in progress 2012-12-04 18:21:57 +01:00
Cameron
cf4b35a765 More Plugin-Builder refinements 2012-12-03 13:21:50 -08:00
nlstart
efd4e46fab Agreed with Moc on default double quotes in LAN files 2012-12-01 23:23:17 +01:00
nlstart
b6765d2c96 Some TODO LAN fixes 2012-12-01 21:08:44 +01:00
Cameron
6d862f3fdf Added "Comments Pending" to the latest panel. Fixed Media-Manager Icon tooltip description 2012-11-30 16:11:53 -08:00
Tijn Kuyper
c7563958ee Start on GUI of forum admin, also #6 LAN improvements.
Work in progress.
2012-11-30 18:04:59 +01:00
Cameron
23e43dabf3 GUI fixes on login-menu config and menu-manager help. 2012-11-28 14:01:08 -08:00
Tijn Kuyper
289f890374 GUI fixes to system logs and LAN optimization (#6) 2012-11-28 13:39:38 +01:00
Cameron
5bfdecbf1b Shortened LAN terms in admin theme-manager nav menu. 2012-11-26 20:37:11 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
Tijn Kuyper
b6f31cadf9 Final LAN fixes on cron for now 2012-11-24 20:20:02 +01:00
Tijn Kuyper
12d3fecba3 More LAN fixes to the e107_admin/cron.php and lan_cron.php file. 2012-11-24 17:45:47 +01:00
Moc
524083bf96 LAN for e107_admin/cron.php reworked, removed hardcoded text. LAN fix for e107_admin/banlist.php 2012-11-05 12:38:25 +00:00
e107steved
a27c509572 Bug #5347 hard-coded LAN 2012-10-24 20:11:18 +00:00
Moc
3a85de6b3d first changes on lan_cron.php and cron.php 2012-08-16 11:33:08 +00:00
CaMer0n
21d53a27b4 General cleanup 2012-08-10 04:52:32 +00:00
CaMer0n
93a6aa1325 Removal of e107_preset table (deprecated by batch 'copy' function) and other small fixes. 2012-07-23 09:35:32 +00:00
CaMer0n
09f789b09d Mostly some LANs relating to 'comments' to synchronize with v1. USERJOINED constant added to sync with v1 also. 2012-07-21 03:55:04 +00:00
CaMer0n
aa4e5c0ee7 User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes. 2012-06-19 09:08:41 +00:00
CaMer0n
a8fe3aaff0 Fixes for sign-up popup on image-code failure. And general secure-image-code work 2012-06-13 04:58:43 +00:00
CaMer0n
ba5e801326 Some js cleanup 2012-06-09 04:44:11 +00:00
CaMer0n
9197fadc54 Work on signup page, bbcode buttons, tooltips etc. 2012-06-02 08:12:16 +00:00
CaMer0n
ed28dc0808 Rating system re-work and cleanup. 2012-05-27 10:42:16 +00:00
CaMer0n
ad1a942f19 Small fixes to Media Manager. 2012-04-22 07:53:34 +00:00
CaMer0n
5178e66567 More admin->Custom-page and admin->News fixes. 2012-04-19 03:53:58 +00:00
secretr
22f97b8674 Admin menu 'userclass' option added;
Improved, simplified and detailed admin UI access control
Default admin controller 403 page added
2012-01-20 15:53:59 +00:00
berckoff
46759d8b31 Validator class: added check for exact match on forbidden user names (in use with !), fixed statically called methods of the validator class generate warnings; Added new LAN for EXACT_MATCH error on forbidden usernames. 2012-01-13 13:06:11 +00:00
secretr
deccba2e59 Allow separate labels for user extended categories (administration only, already allowed on front-end); code cleanup; 2012-01-11 14:40:40 +00:00
e107steved
551ae88a84 Missed one from previous commit 2011-12-28 10:02:07 +00:00
e107steved
389705683e Ban handling improvements - most checking done before DB opened (much faster if user is banned).
Fix some bugs in ban admin pages.
Separate handler for IP- and ban-related functions (moves them out of e107_class)
2011-12-28 10:01:25 +00:00
e107steved
7eb71fe400 Remove more XUP-related items 2011-12-27 22:54:34 +00:00
e107steved
f50320eba7 Remove prefs option for XUP (not supported elsewhere) 2011-12-27 21:58:29 +00:00
secretr
0d0fa1e2ca - Important URL assembling feature, all routes have now safe fallback option
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
d5dc6bfe05 - Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons) 
- Overall improvements and stability fixes
2011-12-09 02:08:04 +00:00
secretr
97b577db43 - Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
secretr
e574d5f4f0 index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far. 2011-12-01 22:08:23 +00:00