1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00

761 Commits

Author SHA1 Message Date
mcfly
fddee6174c Some progress on new level handler 2009-01-09 21:18:54 +00:00
secretr
dd162a70c0 ADMIN_ALT_NAV totally rewritten, admin menu sublinks support (new pref added), icon refining, new About admin root menu 2009-01-09 17:25:50 +00:00
mcfly
0f0f55a1fa Updated mysql handler to accept array data in a bit different manner, updated forum code to comply. 2009-01-09 16:22:08 +00:00
mcfly
4c4b378bd0 Converted all admin_xxxx shortcodes to using batch shortcode file 2009-01-09 01:12:18 +00:00
mcfly
feed586bcb Converting related core shortcodes to use batch class->method functionality. 2009-01-08 21:47:44 +00:00
mcfly
d7b8b858cc Check for userclass set in shortcode, and do not render if not permitted 2009-01-08 20:16:47 +00:00
mcfly
ddff8df497 Reworked the shortcode handler again. This should now fully support the old .sc and the newer function (oor class->method) styles. I hope I didn't break it too much. 2009-01-08 17:23:13 +00:00
mcfly
b489d7cef3 Updated shortcode handler to support class->method use in batch shortcodes. Updated bbcode and news shortcodes to use this new method. Reduced the use of cachevar usage in the new shortcodes.
I may have broken overriding of core news shortcodes, need to look into that.
2009-01-07 19:57:09 +00:00
secretr
bd228fc99f Maintenance administration - ajax implementation;
Solved number of bbcode issues (lot more to do);
e_form::bbarea method added (automated bb textarea creation);
admin_theme for blank theme
2009-01-07 15:40:06 +00:00
e107steved
93a3ea9948 Bugtracker #4642 - problems with backslashes 2009-01-05 22:01:43 +00:00
e107steved
423e0b1ffe More work on IPV6 2009-01-04 20:55:43 +00:00
e107steved
0567d832c9 Option to autologon after clicking on signup link 2009-01-04 16:00:19 +00:00
e107steved
adce648182 Parser - first cut of restructuring of control logic 2009-01-03 22:32:54 +00:00
e107steved
9587cdcffe Choices for selective delete when uninstalling plugins 2008-12-30 19:01:17 +00:00
e107steved
bc5dab5ecd Tidy up formatting a bit 2008-12-30 16:51:07 +00:00
secretr
f678f6608f trim empty lines after the end of the script 2008-12-30 14:05:44 +00:00
secretr
53cc80a9c0 Database Utilities administration ready;
Database Verification administration ready;
minor admin improvements
2008-12-30 13:51:41 +00:00
e107steved
d387caf6a1 Support multi-language install language file 2008-12-30 09:44:23 +00:00
e107steved
b59c59ce1a Update userclass management on plugin install/uninstall 2008-12-29 22:30:16 +00:00
e107steved
455ced5329 Interim changes to avoid some userclass-related installation problems - don't install the forum with system caching on ATM 2008-12-29 20:55:27 +00:00
lisa
8009699297 TagWords Plugin + e_tagwords files for news, download, cpage, links_page, calendar_menu 2008-12-29 20:51:24 +00:00
lisa
e571deeb0d triggerHook: added event to 'hook' into form elements 2008-12-29 20:41:10 +00:00
e107steved
a794a90c4f More work on user management 2008-12-29 09:31:36 +00:00
e107steved
5d25c47657 First cut of usersettings changes using common validation routines; more shared LANs, eliminate unused LANs 2008-12-28 22:37:43 +00:00
secretr
7c70ee283a Failed login attempts administration ready 2008-12-23 16:25:06 +00:00
secretr
ee93e31943 Form handler typo 2008-12-23 08:28:42 +00:00
e107steved
0c5462b757 First cut of mods to signup to share validation with other user-centric modules 2008-12-21 22:17:05 +00:00
mcfly
1c428e1d5a Reformat of code, small changes 2008-12-21 18:15:04 +00:00
e107steved
b7d0b113c3 Start of generic user data validation, kill references to user_realm field 2008-12-21 11:07:58 +00:00
mcfly
5266c6d130 create userclass with admin visibility 2008-12-21 01:57:19 +00:00
e107steved
3e79faf124 Make LANs for user.php distinct 2008-12-20 20:19:05 +00:00
secretr
ab036f7323 Administrators management ready; other admin fixes/improvements 2008-12-20 15:23:48 +00:00
secretr
5c6ed5a3ea Url Config administration ready; new core 'main' section added 2008-12-20 12:30:18 +00:00
e107steved
64b31b2abf Bugtracker #4578 and more - add caching, plugin.xml, admin logging 2008-12-20 10:39:29 +00:00
mcfly
47bc0ec970 More work on forum upgrade 2008-12-20 00:55:29 +00:00
secretr
5798577931 Site Prefs administration ready;
global admin improvements - new admin auto-expandable menus, new e_form methods, JS
2008-12-19 14:01:07 +00:00
mcfly
315c9fe811 More forum admin changes/fixes 2008-12-18 15:28:59 +00:00
secretr
19af8d73f4 e_form handler - one more try 2008-12-17 11:12:44 +00:00
secretr
16354bbc90 e_form handler fixes/improvements 2008-12-17 11:08:31 +00:00
secretr
3c5b71f736 Admin Log Administration ready 2008-12-16 14:22:01 +00:00
secretr
a03d9c5019 Lancheck Administration area - ready 2008-12-15 21:16:32 +00:00
mcfly
2c158e6050 Added ability to use mysql_class without the need for class2.php at all 2008-12-13 22:35:13 +00:00
mcfly
04aa586bbf Message cleanup 2008-12-13 18:43:46 +00:00
secretr
99501721e4 more Administration work - image & cache ready (new message & form handlers implemented as well) 2008-12-12 23:29:32 +00:00
secretr
865a70f0d1 e_form ready (although need more work and testing), more Administration work 2008-12-12 22:39:17 +00:00
secretr
cac0e1cf12 Improve Form handler - work in progress 2008-12-12 16:36:45 +00:00
secretr
dc751750c7 Message handler markup problems fixed 2008-12-12 09:55:33 +00:00
secretr
6ee09faaef Message Handler - base functionality finished, Image administration is using it now 2008-12-11 22:09:11 +00:00
secretr
8d8be1b5cf New improved message handler - work in progress 2008-12-11 18:13:10 +00:00
e107steved
a96c38306f Make calls to plugin handers consistent - always use plugin name (directory name) 2008-12-10 22:39:43 +00:00