1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

348 Commits

Author SHA1 Message Date
secretr
ce4b8bd684 e_ADMIN_AREA added to avoid any further isInAdmin checks 2009-09-29 17:45:06 +00:00
marj
c15b80c30c Add a security layer to getperms() 2009-09-29 09:25:35 +00:00
secretr
5c34e89f0a better THEME_LAYOUT auto-detection (supports '!' at the end of the rule - similar to menu visbility rules) 2009-09-25 20:21:30 +00:00
secretr
64f9020f5d e107 class improvement: getMessageHandler() method added (for consistency), getLan() renamed to includeLan() 2009-09-19 15:27:26 +00:00
secretr
a7b41f6da8 dangerous notice removal (before buffer start) 2009-09-15 13:34:09 +00:00
secretr
c0df5fef12 News front-end done - SEO, real SEF URLs (category list, item view), default item view changed to 'extend', default category list changed to 'list', comments are rendered now by news code, new and improved news shortcodes 2009-09-14 18:22:16 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
secretr
bf4a817ffe global variable killed, additional getperms() security 2009-09-12 16:42:44 +00:00
CaMer0n
91d08cb128 Notice removal 2009-09-10 10:23:12 +00:00
CaMer0n
0fbd035681 Notice fix 2009-09-06 22:12:39 +00:00
mcfly
01c5c94475 Added __autoload function. Currently only supports loading of plugin classes. 2009-09-06 04:27:34 +00:00
CaMer0n
3220a8efb3 Notice removal 2009-09-04 14:35:01 +00:00
marj
ebabc92e78 language autoload removed
pages from root and e107_admin must now include their own

let i.e. use admin/ for admin pages in plugins
2009-08-28 16:15:57 +00:00
marj
426fad06a0 back to previous code
the check is done on existing files
beside it' s doubled checked by include_lan
2009-08-28 15:21:23 +00:00
CaMer0n
eb877ee21a Just in case the prefs are lost, class2.php will still define English as the default language. 2009-08-27 22:33:18 +00:00
secretr
a31c62c2a4 API - THEME_LAYOUT warning removal, minor improvement 2009-08-27 12:56:23 +00:00
CaMer0n
b7c5d4b45e redirection class added. 2009-08-20 13:54:42 +00:00
secretr
3099bf9052 Introducing e_IFRAME mod; NOHEADER changed to e_NOHEADER; overall menu.php url checks cleaned (API, header, footer); menu related code cleanup and fixes, e_parse improvements (more work is needed); smarter getSingleton() and getObject() (in progress) 2009-08-19 14:39:57 +00:00
secretr
aa7f2548a1 Preference handler fixes and BC, save_prefs() is using pref handler now and is deprecated, theme handler changes to reflect new preference management. 2009-08-17 14:40:23 +00:00
CaMer0n
455c5eca1b More menu_class.php work. menu parms added. 2009-08-16 23:58:33 +00:00
secretr
bfd64fc2a6 Introducing e_menu front-end class 2009-08-16 16:30:56 +00:00
CaMer0n
4043d9cc6c menuData added to tablestyle() function - more options for theming. 2009-08-14 22:31:09 +00:00
CaMer0n
eaf6929c5a remove unused code 2009-08-14 21:11:49 +00:00
CaMer0n
12fca5e138 theming options added 2009-08-14 15:57:45 +00:00
marj
551a386243 warning removal 2009-08-10 21:59:11 +00:00
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