marj
5e462df2c7
CHARSET deprecated
2009-07-19 11:44:30 +00:00
marj
037e91cfee
Load admin phrases ASAP
2009-07-18 10:17:56 +00:00
CaMer0n
5f1933c3fa
Separated admin/menu.php into a separate class. Added instant menuPreset activation in theme-manager plus other small gui enhances. Added iconpool - work in progress.
...
Iconpool: installed plugins containing png files in their image folder with a *_16, *_32, *_48 etc name ending will automatically be added to the iconpool. This central pool will be available in all areas of admin where we choose icons. eg. download category, links, event-calendar, links-page etc etc.
2009-07-16 02:55:19 +00:00
CaMer0n
97286190ad
Some theme-manager fixes, theme-preview fixes etc. Had to move up theme-loading before menu loading in class2.php. Let's hope it doesn't break anything.
2009-07-12 14:44:57 +00:00
CaMer0n
c776655611
More menu-manager enhancements and fixes.
2009-07-11 01:48:40 +00:00
e107steved
00738aa23d
Fix what the previous fix broke
2009-07-09 21:22:52 +00:00
CaMer0n
b81a3a0536
More work on theme-manager and menu-manager.
2009-07-09 08:31:38 +00:00
CaMer0n
ab9b0f8996
Menu Layouts working correctly.
2009-07-08 01:28:55 +00:00
CaMer0n
9edec709e8
Fix for user-theme menu.
2009-07-07 22:56:13 +00:00
e107steved
b5875aaef6
Possible fix for class issue with user theme selection
2009-07-07 21:39:18 +00:00
CaMer0n
d4475ede38
CustomPage settings working correctly now. The constant THEME_LAYOUT added. (Will be used by menus later)
2009-07-07 16:04:51 +00:00
CaMer0n
4d68afc0f6
Fix for different theme.xml setups. theme.xml added to Jayya.
2009-07-06 08:45:19 +00:00
CaMer0n
14c781b772
Theme Manager re-work.
2009-07-06 05:59:42 +00:00
CaMer0n
23c172f520
Bugfix - user-theme setting was interfering with admin -> menu. Fixed.
2009-07-05 11:25:10 +00:00
CaMer0n
14039f85e0
save_pref('user') updated to store as array (like core prefs). should be backwards compatible - but expecting a few things to break.
...
Infopanel now stores customization settings in user-pref.
Newspost table-listing customization now also saves in user-pref.
Some admin icon array clean-up.
user-theme saving doesn't work at time of testing. Rolled back class2 and problem existed before. (see note in class2.php line 1489)
2009-07-04 13:36:15 +00:00
e107steved
39da6f247a
Bugtracker #4741 - Handle redirect if JS disabled
2009-05-26 20:18:07 +00:00
e107steved
a0f35bae41
Bugtracker #4704 - typo in class check
2009-03-23 22:15:39 +00:00
e107steved
bc244507c2
Clear user theme if not allowed
2009-01-29 21:09:43 +00:00
e107steved
0567d832c9
Option to autologon after clicking on signup link
2009-01-04 16:00:19 +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
mcfly
7e2f8dca18
Moving user rank configuration to admin->users, away from forum. Just started, not finished.
2008-12-22 03:15:04 +00:00
e107steved
8a029059fa
Remove redundant function
2008-12-21 22:29:38 +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
e107steved
b7d0b113c3
Start of generic user data validation, kill references to user_realm field
2008-12-21 11:07:58 +00:00
e107steved
3bbe99b45c
user_viewed field no longer around
2008-12-19 22:56:22 +00:00
e107steved
dd282efc69
Finalise locations of language files, option to disable auto-load of English files on non-English sites if required files not found
2008-12-07 21:41:04 +00:00
mcfly
057e5e9d1d
Small changes
2008-12-04 21:05:05 +00:00
mcfly
7dca6bc732
SitePrefs is system cache, need to clear it properly
2008-12-03 15:05:52 +00:00
mcfly
cf3b108577
Support for new admin event trigger, using e_admin_events.php file in plugins
2008-12-03 00:43:00 +00:00
mcfly
3d61d07e8c
add $currentUser to $e107 object, added MYSQL_ASSOC to get_user_data query
2008-12-02 18:27:35 +00:00
mcfly
326b718b43
More forum code changes
...
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
2008-12-01 01:10:50 +00:00
mcfly
2407827501
Add file caching of user extended table
...
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
2008-11-30 23:15:15 +00:00
secretr
676ea956cd
auto AJAX detection - e_AJAX_REQUEST constant
2008-11-29 23:23:31 +00:00
e107steved
ec2e436ead
ini_set can return a value
2008-11-29 13:10:56 +00:00
mcfly
b88bbcd5d2
Code cleanup, to match coding standard. Hope I didn't break anything :)
2008-11-27 02:18:25 +00:00
mcfly
41310ac870
create $e107->ecache object
2008-11-26 19:43:56 +00:00
mcfly
fc515861d6
added missing e107::getInstance
2008-11-26 15:00:56 +00:00
mcfly
b7f0185feb
More work on eUrl
2008-11-25 16:26:03 +00:00
secretr
134a01f25c
API typo
2008-11-24 20:18:59 +00:00
mcfly
b4ee6786c6
Begin addition of url class and implementation
2008-11-24 18:06:03 +00:00
secretr
3f27a271f4
fixed API warnings
2008-11-21 11:08:53 +00:00
CaMer0n
a29867cd99
Fixed 'membersonly' redirection issue with e_jslib.php
2008-11-16 09:17:13 +00:00
e107steved
0bc018defa
Start of utf-8 aware functions and handlers
2008-11-13 20:41:20 +00:00
e107steved
399f220ed6
Disable various obsolete prefs
2008-10-11 11:55:18 +00:00
e107steved
41b4ebf37f
Add function plugInstalled($plugname) to make it simpler to check
2008-10-07 21:29:25 +00:00
secretr
91a4419970
fixed undefined $register_sc
2008-08-14 13:18:26 +00:00
e107steved
aff803dff4
Standard function to search/load admin LAN files
2008-08-11 20:45:01 +00:00
e107steved
3aa5ec0c85
Bugtracker #4479 - Add exit() after some headers
2008-08-03 08:00:19 +00:00
e107steved
8397fcbc7b
Bugtracker #4452 - sort charset in print_a()
2008-07-17 19:31:33 +00:00
e107steved
026486683a
Notice removal
2008-07-04 20:19:46 +00:00