mcfly
|
e1bb11a047
|
Small spec change
|
2008-02-13 00:56:00 +00:00 |
|
mcfly
|
abcf003850
|
Removal of debug code
|
2008-02-13 00:47:36 +00:00 |
|
mcfly
|
d0773bbc51
|
final stage of plugin.xml support?
|
2008-02-13 00:46:05 +00:00 |
|
mcfly
|
469da9c37e
|
Fixed path
|
2008-02-08 20:11:53 +00:00 |
|
mcfly
|
73472c24ae
|
fixed function name
|
2008-02-08 20:09:43 +00:00 |
|
mcfly
|
cb2a3a632d
|
Really fixed typo
|
2008-02-08 20:05:43 +00:00 |
|
e107steved
|
d56a851c29
|
Fix a typo
|
2008-02-07 22:20:02 +00:00 |
|
secretr
|
de0ae158a7
|
login menu - done
|
2008-02-06 00:23:28 +00:00 |
|
mcfly
|
865c2b7c0a
|
Remove unneeded code
|
2008-02-03 15:22:33 +00:00 |
|
mcfly
|
73005f3993
|
read and unread timouts now uses days instead of minutes
|
2008-02-02 22:41:55 +00:00 |
|
mcfly
|
114ea53cf0
|
plugin.xml support completed (I hope)
|
2008-02-02 22:04:18 +00:00 |
|
mcfly
|
39f7ced05a
|
More updates, getting closer
|
2008-02-02 03:23:47 +00:00 |
|
CaMer0n
|
f3c8d31b55
|
Start of theme.xml spec.
|
2008-02-02 02:57:34 +00:00 |
|
mcfly
|
886d08285e
|
test
|
2008-02-02 02:50:18 +00:00 |
|
mcfly
|
c84601294d
|
plugin.xml now supports a pre and post custom function for install, upgrade, or uninstall
|
2008-02-02 00:48:58 +00:00 |
|
mcfly
|
2dbb895b5a
|
adding e_tohtml file
|
2008-02-01 18:09:53 +00:00 |
|
mcfly
|
76c552459a
|
Now processing e_tohtml files, old method deprecated. Linkwords updated to use new method. More plugin.xml supporting changes
|
2008-02-01 18:09:02 +00:00 |
|
lia
|
1dd0fbadf8
|
image path corrected + added support for extension-specific-images
|
2008-02-01 14:21:55 +00:00 |
|
mcfly
|
c52527e842
|
more plugin.xml tweaking and fixes
|
2008-02-01 14:11:27 +00:00 |
|
mcfly
|
4176a5c898
|
Fixed parse error
|
2008-02-01 11:52:27 +00:00 |
|
secretr
|
6610c92dac
|
login menu external stats - debug state
|
2008-02-01 00:37:10 +00:00 |
|
secretr
|
941342bcc5
|
fixed short php open tag causing problems on some server configurations
|
2008-01-30 20:33:16 +00:00 |
|
mcfly
|
ff02b1a1ec
|
Getting closer with plugin.xml
|
2008-01-28 02:49:50 +00:00 |
|
e107steved
|
a9f6c7c0d9
|
Update help file
|
2008-01-27 18:52:18 +00:00 |
|
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 |
|