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

1061 Commits

Author SHA1 Message Date
e107steved
84f8b3de86 Amend LAN definition 2008-01-27 18:34:10 +00:00
CaMer0n
83ae943b98 Only load when ajax $pref is on. 2008-01-27 11:12:59 +00:00
CaMer0n
1eab7f9470 Added gzip function to class2, quicker loading of ajax script, ajax only loaded when needed, e_header.php for plugin and menu js/css loading. And other small fixes. 2008-01-27 11:02:34 +00:00
mcfly
43b337e938 continuing the plugin.xml work 2008-01-27 05:16:03 +00:00
CaMer0n
07d5b5c3ed Added $eMenuArea for easy menu check by theme.php.
Usage: if($eMenuArea[area][menu])
eg. To check if login_menu is used in area 1:  if($eMenuArea[1]['login_menu'])
2008-01-27 01:57:23 +00:00
mcfly
467f1d4be5 More work on plugin.xml support 2008-01-27 01:34:59 +00:00
e107steved
c0c2be8a40 Bugtracker #4304 - Roll back custom page search - change didn't work. Needs further thought on how to block searching of menus 2008-01-26 17:55:52 +00:00
e107steved
1191da5246 XHTML Compliance 2008-01-26 17:35:21 +00:00
e107steved
d714461d16 Category filter for future events 2008-01-26 16:16:59 +00:00
mcfly
b8ff0b70da More plugin.xml support stuff 2008-01-26 05:19:59 +00:00
mcfly
86a1606e1d Beginning support for plugin.xml files to replace plugin.php files 2008-01-26 04:47:27 +00:00
secretr
c37a317af2 login menu templates and e_loginbox linking 2008-01-23 01:12:15 +00:00
CaMer0n
b96596e310 Removed blank lines and added ?> 2008-01-22 02:06:35 +00:00
CaMer0n
ad3b2bac36 prevent login attempt on class initiation with CLI. 2008-01-22 01:41:36 +00:00
CaMer0n
e908832d8b Added support for CLI login. --u=[username] --p=[password] 2008-01-22 00:39:08 +00:00
mcfly
880f99f700 Adding cli class file 2008-01-21 13:25:42 +00:00
CaMer0n
157bfd0ea0 Added basic support for CLI. 2008-01-21 03:54:10 +00:00
secretr
02bc133676 fixed sql error (fit the changes to core_sql) 2008-01-20 22:55:06 +00:00
secretr
50ad90335c cleaning - 'auto_increment' breaks e107 installer 2008-01-20 22:21:14 +00:00
mcfly
0bf29c6219 No longer a need for a hardcoded list of e_xxx.php files, will not search for any matching the pattern and add them to the addons field. Should make adding new types less painful 2008-01-20 15:01:19 +00:00
mcfly
09fec54db4 Working on the xml class so we are using simplexml when available. Also have a php4 compatible function 2008-01-20 04:46:35 +00:00
e107steved
796d57336a Disable debug code 2008-01-19 21:01:59 +00:00
e107steved
99be7eb362 Stop Apache crashing with ?[debug-] 2008-01-19 13:17:02 +00:00
e107steved
855e2c58b8 Bugtracker #4299 - didn't delete original of resized file 2008-01-18 21:08:06 +00:00
e107steved
f31841d7b4 Bugtracker #4293 - load LAN files in PLUGIN shortcode 2008-01-17 22:36:51 +00:00
e107steved
402ec1e964 Bugtracker #4297 - checking non-existent variable 2008-01-17 22:17:41 +00:00
CaMer0n
40c28dd8c1 Syntax fix. 2008-01-16 22:45:56 +00:00
e107steved
bcd40463a7 Simplify admin logging messages 2008-01-16 22:18:27 +00:00
e107steved
be137a06e4 Update help 2008-01-16 19:52:47 +00:00
CaMer0n
067384d0f6 Added $CACHE_DIRECTORY and $UPLOADS_DIRECTORY to install routine. Still needs to be tested. 2008-01-16 11:08:52 +00:00
CaMer0n
a88ec7aa54 Updated chatbox_menu to use e_ajax.php and put a deprecated note in e_ajax.js. 2008-01-16 11:00:21 +00:00
CaMer0n
ab7433a5e1 added e_ROOT for future use. 2008-01-16 10:55:42 +00:00
CaMer0n
dc4f2349a2 minor cleanup 2008-01-16 10:54:33 +00:00
CaMer0n
e8d96e6c34 save_prefs() will now return FALSE if it fails for whatever reason. 2008-01-16 10:53:57 +00:00
CaMer0n
b5de0e26d1 Updated {IMAGESELECTOR} to use ajax and replaceSC function. sitebutton shortcode added to work with it. 2008-01-16 10:52:34 +00:00
CaMer0n
8e8e68ce67 Added e_ajax.php which will do content replacement and load prototype code. Deprecating e107.js and e_ajax.js 2008-01-16 10:47:06 +00:00
CaMer0n
41dc31777f Restored e_ajax.js to 0.7 version and deprecated. 2008-01-16 10:42:21 +00:00
CaMer0n
237315b941 replaced e107.js with e_js.php file - should fix some bugs associated with paths etc. 2008-01-16 10:13:49 +00:00
CaMer0n
1693bebf60 Added support to {IMAGESELECTOR} for multiple paths and filtering. 2008-01-16 00:39:03 +00:00
e107steved
e36d20162e Bugtracker #4295 - missing DB read 2008-01-15 22:16:07 +00:00
e107steved
01356e34fa Add 'predefined list' type to extended user fields; uses a list of values and display text in e107_admin/sql directory.
Create 'timezone' type of extended user field as predefined list.
Move user timezone to extended user fields. Update routine only transfers existing data if its enabled in prefs. Delete the existing user_timezone, user_new fields from user table.
Add timezone data file
2008-01-15 21:57:53 +00:00
e107steved
48f844fc97 Extra checks before deleting a user class 2008-01-13 17:47:35 +00:00
e107steved
cf9456a36c Get rid of unneeded file 2008-01-13 17:04:48 +00:00
e107steved
9bab8c6db9 Remove 0.6xx method of looking for language files 2008-01-13 12:34:40 +00:00
e107steved
a40428bc08 Missed one from last commit 2008-01-13 10:52:20 +00:00
e107steved
9ee645583e More mods to banlist area - feature complete (for now) 2008-01-13 10:51:42 +00:00
e107steved
ae021bed8e Remove duplicated line 2008-01-13 09:44:45 +00:00
e107steved
90229e49b9 Fix decoding of 'legacy' link with multiple '=' 2008-01-12 18:52:16 +00:00
e107steved
8588f13d2d Clear out various obsolete prefs 2008-01-12 16:51:43 +00:00
e107steved
a20520096c Make BBCode help work 2008-01-12 16:09:33 +00:00