1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 08:42:56 +01:00

2124 Commits

Author SHA1 Message Date
CaMer0n
c0041d69d0 Syntax and Notice fixes. 2009-09-06 20:04:04 +00:00
mcfly
4177c1607b Forum changes...trying to make it much more OO, will probably be lots of breakage. 2009-09-06 04:30:46 +00:00
mcfly
01c5c94475 Added __autoload function. Currently only supports loading of plugin classes. 2009-09-06 04:27:34 +00:00
CaMer0n
23a1f952ff More export tweaks 2009-09-06 01:02:01 +00:00
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
e107steved
3833516dea Remove debug code 2009-09-05 08:23:55 +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
fdf5910af2 Start tidying things up 2009-09-03 19:32:33 +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
CaMer0n
f1c94415dc more fixes 2009-09-03 14:39:20 +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
722e007d51 removed some debugging text. 2009-09-02 17:45:02 +00:00
CaMer0n
256de1d33a Small interface changes to admin->comment and admin->db 2009-09-02 17:27:29 +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
3459bd6e88 Bug #4788 - TinyMce valid elements issue - thank you dolphin713 2009-09-01 00:04:40 +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
3f488842b0 added CVS diz to some xml files 2009-08-31 02:22:00 +00:00
CaMer0n
a5aa1bb336 minor changes to default_install.xml 2009-08-31 02:18:17 +00:00
CaMer0n
a4cb2693e0 Fixed LAN on installer and removed trailing slashes from menu_paths on default install. 2009-08-31 02:07:08 +00:00
CaMer0n
d6c87894bd More install-routine work. default_install.xml added 2009-08-31 02:00:51 +00:00
CaMer0n
39a9f98b18 comments manager link added - work in progress. 2009-08-30 08:23: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
b3fa166ae7 admin->db - bit of cleanup 2009-08-29 15:30:41 +00:00
CaMer0n
bcc8fa2ff3 New Installer Prefs added, and some cleanup. 2009-08-29 02:44:39 +00:00
CaMer0n
8208a64af1 Bugfix - no slashes in export 2009-08-28 17:56:24 +00:00
secretr
6582121e96 db_verify: fix tables problems, lot to do there (see FIXMEs); improved interface (show only problems); cleanup; 2009-08-28 16:49:42 +00:00
marj
026bde989b typo 2009-08-28 16:32:04 +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
201b7e20f1 Add include_lan() to admin pages 2009-08-28 16:11:02 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +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