1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

273 Commits

Author SHA1 Message Date
marj
e8e9f033f9 use $slng for the time being 2009-08-09 08:39:27 +00:00
marj
77e4edfb54 ctype_*() replacement 2009-08-08 23:09:08 +00:00
secretr
7c0193b927 Notices removal, small fixes, TODO removed, getcachedvars fix 2009-08-06 22:39:36 +00:00
secretr
dc29df7505 API CHANGES: number of functions moved to core_functions.php, Preferences check rewrite (meet new pref handler), $pref is deprecated now 2009-08-05 19:58:32 +00:00
CaMer0n
25baea76c0 getperms() can now check for multiple perms at once eg. getperms("5|J"); 2009-08-05 14:18:09 +00:00
marj
5e093d018e Language selection simplification
Bug #4325 fixed
USERLAN deprecated
Bug #3485 possible fix
work in progress
2009-08-03 21:12:45 +00:00
e107steved
6fd74cf67e Start of class-based exclusion 2009-08-03 19:51:24 +00:00
CaMer0n
6a504ac0d4 Warning removal in class2.php and I modified the theme.xml spec, so that one can specify exactly which version of XHTML and CSS the theme is compliant with. ie. true/false has been replaced with (Xhtml) 1.1, (Css) 2.1 etc. Pre-0.8 themes will default to this when 'true' is found. 2009-07-24 12:54:39 +00:00
secretr
9c219f52a9 more e107 class & API cahnges:
- magic __get() added to e107 and e_parse classes;
- resolved sch_load() related issues;
- more object getter;
2009-07-23 15:29:07 +00:00
secretr
d002d0c4c4 e107 class & API cahnges: initial work done. Related tasks
- tests
- review of marked with DEPRECATED commment areas
- (optional) e107_include* funcs to e107_class.php
- (optional) move all 'misc' functions to core_functions.php (new file in e_HANDLER)
- 'hide' more globals from the API through e107 methods/properties
- transfrom core/plugin templates (BC) to the new template variable standards
2009-07-22 14:32:51 +00:00
secretr
90e1078552 e107 class & API changes - work in progress 2009-07-22 00:49:35 +00:00
secretr
8df79275ca e107 class: refactoring, code formatting (standards), phpDoc - work in progress 2009-07-21 16:11:02 +00:00
CaMer0n
d1cdf20899 Little debug fix 2009-07-21 14:20:13 +00:00
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