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
CaMer0n
2cdae5662c install packaging now working 2009-09-05 23:02:23 +00:00
CaMer0n
e2aa59c25e moved some mysql functions from admin/language.php to mysql_class.php. Optimized some multi-language functions in mysql_class.php 2009-09-05 18:58:56 +00:00
CaMer0n
f4213f077c No more MySQL errors when using db_Table_exists(). Install now saving preferences in a better way. 2009-09-05 12:48:28 +00:00
marj
945c714b4d detail 2009-09-04 20:38:36 +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
CaMer0n
5a93baa8c8 Notice removal 2009-09-04 15:24:41 +00:00
CaMer0n
3220a8efb3 Notice removal 2009-09-04 14:35:01 +00:00
CaMer0n
3e5d46663e Some work on unattended install.. not fully working yet. 2009-09-04 01:17:22 +00:00
CaMer0n
579674c87e Notice removal 2009-09-03 23:39:32 +00:00
CaMer0n
5682d51849 More Install fixes. Prefs seem to be saving correctly now. 2009-09-03 22:27:32 +00:00
e107steved
7aa8bc694d Fix memory display 2009-09-03 19:31:25 +00:00
e107steved
823d0a6ae3 Bugtracker #4799 - html_truncate() sometimes left incomplete tag - thanks victorcastelan 2009-09-03 19:29:11 +00:00
secretr
aea4a559d7 model/pref handlers issues 2009-09-03 14:15:36 +00:00
CaMer0n
262c075a49 Infopanel can now be customized with any available menu item. Also, some additional serialize cleanup in plugin_class.php 2009-09-03 01:27:27 +00:00
CaMer0n
9b39dcefb3 CSS fixes and some comments 2009-09-02 16:39:32 +00:00
CaMer0n
d069b92006 Fixed a few handler paths 2009-09-02 14:09:07 +00:00
CaMer0n
4f4e8abcb1 theme category definitions 2009-09-02 02:38:50 +00:00
CaMer0n
a46ad100d0 Corrected some defaults, and included icon-pool in the initial prefs. Fixed some icon-pool keys. 2009-09-02 02:05:51 +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
e107steved
bbbde843f6 Update phpmailer to PHP5 version, start of class-based mail handling object. Probably break a few things along the way. 2009-09-01 19:53:08 +00:00
CaMer0n
30e6ad4225 Update Routines now checks default_install.xml for default core preferences. XML import function improvements and some PHP notice removal. 2009-09-01 02:00:56 +00:00
CaMer0n
d794790a59 Small change to theme.xml naming for plugin installation. 2009-08-31 14:37:24 +00:00
CaMer0n
d7a50e2647 Notice removal and some more default install-settings correction. 2009-08-31 13:12:03 +00:00
CaMer0n
40aac31efa Emotes and other prefs were missing from default_install.xml. 2009-08-31 02:49:02 +00:00
CaMer0n
d6c87894bd More install-routine work. default_install.xml added 2009-08-31 02:00:51 +00:00
CaMer0n
9c16c71089 Xml DB import work, + db_Replace() function added to mySql class. ie. REPLACE INTO etc.. 2009-08-29 18:07:42 +00:00
CaMer0n
bcc8fa2ff3 New Installer Prefs added, and some cleanup. 2009-08-29 02:44:39 +00:00
secretr
ceef12645c added vartrue(), alias of varsettrue(); added deftrue(), alias of defsettrue() 2009-08-28 00:22:08 +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
2534135ea6 xml class - default value key changed to @value; fixes 2009-08-27 21:50:59 +00:00
secretr
914344eea5 some more xml class fixes, added new demo - e107_admin/db.php - Import prefs screen 2009-08-27 14:34:20 +00:00
secretr
33a91058e3 xml class - overall improvements/fixes, new alternate toArray method and parse options (fixes strange PHP behaviours) 2009-08-27 13:58:28 +00:00
secretr
5db2a1ed90 theme admin handler - deprecated call_user_method() replaced with call_user_func(); e_theme_config interface class added, theme configs now implement it 2009-08-27 12:58:29 +00:00
secretr
166d5bf6ab e_form bugs 2009-08-25 08:41:41 +00:00
secretr
235634662c front-end menu multi-instance support 2009-08-25 08:34:24 +00:00
secretr
d15ea0e61a menu admin - small improvement 2009-08-25 08:29:47 +00:00
CaMer0n
7075dfc98c Removed directory scanning and replaced with e_comment_list 2009-08-24 18:36:07 +00:00
CaMer0n
e600b3c0db 3rd party functions added for comparison test 2009-08-24 00:58:32 +00:00
marj
9863e49cdb a bit of legacy BULLET code review 2009-08-23 10:57:51 +00:00
e107steved
6eafcda674 Get rid of legacy user_class class 2009-08-22 21:27:34 +00:00
secretr
243bfe16d3 e_model - advanced toString - now accepts second argument - key from the data array 2009-08-21 22:17:59 +00:00
secretr
7fccff2714 missed include 2009-08-21 13:20:36 +00:00
secretr
e5757808f8 shortcode parser: register object (instead class name) added, overall code cleanup, phpDoc started, some future attention needed (better class methods organization) 2009-08-20 16:41:29 +00:00
CaMer0n
b7c5d4b45e redirection class added. 2009-08-20 13:54:42 +00:00
secretr
1e2556b21a e_model moved to separate file 2009-08-20 13:06:34 +00:00
secretr
7499bb001b e_parse: global removal (getFolder in action), e107 coding standards related changes, minor code improvements, some problems pointed (see FIXME, XXX comments) 2009-08-20 12:27:26 +00:00
secretr
3f58e82a3a e107 class: getFolder method added (should replace all global folders usage); known_handlers property and smarter getSingleton/getObject methods (known_handlers needs more info); fatal error fix 2009-08-20 12:24:47 +00:00
e107steved
2288b9907c Method needs to be public 2009-08-19 21:43:46 +00:00