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

49 Commits

Author SHA1 Message Date
SecretR
af8c9af775 Attempt to output unique only messages when saving prefs (new eMessage
feature)
2013-02-27 19:50:24 +02:00
Cameron
71cd2aca3c Should help with Issue #53 - PHP Strict issues 2012-12-15 03:51:45 -08:00
Cameron
87e225fc36 New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed. 2012-12-12 18:46:34 -08:00
secretr
397a75c059 Hope last pref handler issue for today... 2012-01-06 14:06:45 +00:00
secretr
e0bd362378 More pref handler fixes 2012-01-06 11:42:47 +00:00
secretr
34b40eddfb URL condig rebuild routine on various places,
Import prefs fix - arrays wasn't imported,
Mislogic of some preference handler methods
2012-01-06 09:49:08 +00:00
secretr
cca1f3f8e0 Install routine fix - problem related mainly with our old enemy - global vars;
Everything should work fine now, notices also cleared.
2010-05-16 11:14:19 +00:00
secretr
f713eb0d15 EONE-62 (New Feature): login/init session working now; added user preferences management; new experimental feature 'login as'; need more work regarding DB related operations and security 2010-05-13 15:47:31 +00:00
e107steved
ee3e6ed9d9 Update routine uses new combined admin logging and messaging API 2010-04-20 21:35:20 +00:00
secretr
3c3486f806 EONE-79 (issue): LogArray fixes; Admin settings page - work in progress 2010-04-19 13:31:47 +00:00
secretr
80057e9587 EONE-49 (bug) 2010-04-15 15:33:20 +00:00
secretr
4ff7c24d39 EONE-29 (issue): logMessage(), logSuccess(), logError(), flushMessages() methods added (admin_log handler)
admin log is called on preferences save now
2010-04-12 17:14:04 +00:00
CaMer0n
ab53f91431 EONE-36 (Improvement): Added media class. Icons are now imported and removed during plugin install/uninstall. 2010-03-14 02:11:23 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
ef829abe76 Minor doc corrections 2009-12-16 22:26:27 +00:00
e107steved
08aaa0b0fc Fix documentation errors 2009-12-13 21:52:32 +00:00
e107steved
2ab1a3c5ee Fixes for old-style plugins 2009-12-09 20:35:58 +00:00
secretr
8d32164211 Fixed installation issues 2009-12-02 16:51:04 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
504a91b6d5 PHPdoc fix 2009-11-17 15:04:46 +00:00
secretr
dac35acbf7 Admin tools - list/create/edit/settings done, some more boring tasks (batch confirmation screen, bugs, clean-clean-CLEAN) left, work in progress 2009-11-04 17:29:26 +00:00
secretr
c1e225cff8 core prefs: clearPrefCache method added - second try 2009-11-03 10:57:15 +00:00
secretr
187d660782 core prefs: clearPrefCache method added 2009-11-03 10:47:16 +00:00
secretr
3d22c7170a more e_model tweaking 2009-10-22 14:18:18 +00:00
secretr
02c9ede119 more model errors cleanup 2009-10-21 11:57:15 +00:00
secretr
98549d37a8 pref class was broken by e_model changes, it needs some more minor tweaking 2009-10-21 08:58:33 +00:00
secretr
2cd4a5f557 fixing stuff broken by the previous commit 2009-10-20 19:09:27 +00:00
secretr
f147c87f82 pref 'backup created' message moved to DEBUG stack, preparing for more message control... 2009-09-25 20:16:18 +00:00
secretr
f63ffba95c leftover debug 2009-09-08 14:48:44 +00:00
secretr
24d3826258 e107 class / e_model / preference handler fixes 2009-09-08 12:13:00 +00:00
secretr
db20d17b49 model/pref handlers: minor changes, clearPrefCache() added, docs update 2009-09-04 17:04:15 +00:00
secretr
7a954a7e29 model/pref handlers optimization 2009-09-04 15:27:28 +00:00
secretr
aea4a559d7 model/pref handlers issues 2009-09-03 14:15:36 +00:00
CaMer0n
9cb70e72b9 Convert serialized core prefs to e107 arrayStorage during upgrade. Modified pref_class. expecting some things to break.. work in progress. default_install.xml should now install default emoticon pack correctly. 2009-09-01 20:09:36 +00:00
CaMer0n
40aac31efa Emotes and other prefs were missing from default_install.xml. 2009-08-31 02:49:02 +00:00
secretr
c9d5a940bd save prefs DB error message added, e_model - another 'data has changed' fix 2009-08-27 23:37:24 +00:00
secretr
4418d94cd0 pref handler: cache cleared too early 2009-08-27 23:03:34 +00:00
secretr
1e2556b21a e_model moved to separate file 2009-08-20 13:06:34 +00:00
secretr
9878295a75 News, e_model and advanced menus experiment 2009-08-17 18:47:29 +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
marj
6a3cb3456c details 2009-08-08 08:11:02 +00:00
secretr
a92e381f7a Pref Handler: toDB replaced with preg_replace 2009-08-06 22:19: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
secretr
f700bd7a43 Pref Handler: More work & PHPUnit Test Case - broken, work in progress 2009-08-03 18:09:02 +00:00
secretr
ace2fea721 Pref Handler Fatal errors fixed - still work in progress 2009-07-31 16:12:19 +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
bc5dab5ecd Tidy up formatting a bit 2008-12-30 16:51:07 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00