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
e107steved
f715e1df32 Tidy up some userclass stuff 2009-08-19 21:33:20 +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
9878295a75 News, e_model and advanced menus experiment 2009-08-17 18:47:29 +00:00
CaMer0n
123fdf4d13 Moved theme/plugin release notification function to new class. Should be fully functional for both themes and plugins now. To-Do Ajax checking. 2009-08-17 18:42:22 +00:00
CaMer0n
cb8cc9fcb9 Make remote-update notify xml more generic 2009-08-17 16:08:11 +00:00
CaMer0n
96cc442d50 Debug display tweaks 2009-08-17 15:45:20 +00:00
CaMer0n
aaf596e938 Query fixes 2009-08-17 15:23:44 +00:00
CaMer0n
138da9cb79 Fixed hopefully 2009-08-17 14:50:44 +00:00
CaMer0n
75bcda94c2 Updated DB insert. 2009-08-17 14:47:10 +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
8ae34841ab Theme release alerts added. Also, XML class was failing with remote files. 2009-08-17 12:48:52 +00:00
CaMer0n
a7fb046ba6 Theme pref fix 2009-08-17 11:29:41 +00:00
CaMer0n
3ce10727b9 Theme Config changes. 2009-08-17 11:25:01 +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
secretr
0bebe086b1 typo 2009-08-16 15:10:38 +00:00
marj
c034a74e82 add some value and FIXME comments 2009-08-15 15:53:44 +00:00
marj
3420b193ab Language selection simplification
switch to include_lan for the time being

work in progress
2009-08-15 11:55:30 +00:00
bugrain
3816e3ba55 Chnages to make batch processing common code reusable - moved setting up of drop down list to form handler, made JavaScript unobtrusive
First stab at a datepicker function for form handler - very basic
Some tidying up in download plugin
2009-08-14 23:22:38 +00:00
marj
49f095b98d Bugtracker #4781
Do not notify banned users
2009-08-11 17:25:48 +00:00
marj
77e4edfb54 ctype_*() replacement 2009-08-08 23:09:08 +00:00
marj
c2de40c75b ctype_digit() replacement
work in progress
2009-08-08 14:14:39 +00:00
marj
6a3cb3456c details 2009-08-08 08:11:02 +00:00
CaMer0n
790a6dbeb5 reserve e_userinfo 2009-08-06 22:29:34 +00:00
CaMer0n
f81f085bd5 xhtml fixes 2009-08-06 22:27:47 +00:00
secretr
a92e381f7a Pref Handler: toDB replaced with preg_replace 2009-08-06 22:19:47 +00:00
CaMer0n
7aceb3eb7c Adding checkboxes as an option for extended user fields - non-functional - work in progress. 2009-08-06 20:29:58 +00:00
secretr
99081a34e2 e107 class: minor improvements, getThemePref() method added 2009-08-05 19:56:48 +00:00
secretr
a81eb1801c New Core functions file 2009-08-05 19:53:47 +00:00
secretr
17d5a13895 Pref Handler/e_model class: Test passed, Final initial version 2009-08-05 19:53:05 +00:00
secretr
4530a3c399 Pref Handler/e_model class: More work, simplifying things, PHPUnit Test Case - broken, work in progress 2009-08-04 16:30:48 +00:00
CaMer0n
b7dac9cf59 Userclass name tweak 2009-08-04 15:04:18 +00:00
CaMer0n
5ebd168620 Userclass exclusion added to default drop-down menu. 2009-08-04 14:36:56 +00:00
marj
3969281f30 remove unexpected point and some obtrusive JS 2009-08-03 20:17:12 +00:00
secretr
980a2486c8 Cache handler: parse error temporary fix (unkown method), reporduce: try static call ecache::retrieve() inside another object Better fix is required, new methods maybe, PHP in strict mod is throwing warnings (non-static method should not be called statically, assuming $this from incompatible context). 2009-08-03 18:21:46 +00:00
secretr
f700bd7a43 Pref Handler: More work & PHPUnit Test Case - broken, work in progress 2009-08-03 18:09:02 +00:00
secretr
5c76acc91d Validator handler: typos, debug info removed, small addition (default rule) 2009-07-31 16:14:51 +00:00
secretr
ace2fea721 Pref Handler Fatal errors fixed - still work in progress 2009-07-31 16:12:19 +00:00
secretr
6d7ab2ffa0 Message handler improvements: PHP4 support dropped, new functionality 'message stack' added 2009-07-31 16:11:35 +00:00
secretr
430cc0e534 e107 class changes:
added config object getters (getConfig() and getPlugConfig());
added pref getter shorthands (getPref(), findPref(), getPlugPref(), findPlugPref());
work in progress
2009-07-30 16:09:30 +00:00
secretr
4e70515a0c Added:
experimental e_model class (will be moved to separate file);
abstract e_pref class (e_model extension); e_core_pref class (e_pref extension) to handle all core prefs (SitePrefs, menu_prefs etc.);
e_plugin_pref (e_pref extension) to handle plugin prefs;
work in progres (NOT even tested)
2009-07-30 16:06:58 +00:00
e107steved
2d7704e29f Get rid of 0.6 legacy code in login 2009-07-25 21:18:09 +00:00
marj
0361f769d6 Remove a few inline styles 2009-07-25 07:54:36 +00:00
marj
430c81c802 Removed a couple of tags and inline styles 2009-07-24 15:58:38 +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
marj
7fe0bd1282 Trivial XHTML compliance 2009-07-23 08:34:21 +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