e107steved
d10a42a640
Use standard LANs
2011-04-21 21:30:30 +00:00
CaMer0n
17922a6a83
Real-time mass-mailing support added.
2011-04-08 05:11:38 +00:00
e107steved
ab86cf9bdb
Bugtracker #5155 - 'TYPE=' not accepted in recent MySQL versions
2011-02-07 22:26:08 +00:00
nlstart
7918c28698
Improved check to ban IP address; thanks McFly
2011-01-13 20:57:18 +00:00
nlstart
9d6d7c13f1
Improved check to ban IP address
2011-01-13 14:48:58 +00:00
secretr
0ed0909b03
cron administration - always show instructions
2011-01-07 10:21:47 +00:00
CaMer0n
f7ec4cc5e5
Submit-news cleanup and batch options added.
2011-01-04 10:51:12 +00:00
nlstart
c1c968bbd2
include admin language file to properly display flalan terms
2010-12-27 17:08:44 +00:00
e107steved
9d181bf566
Add HTML abuse blocker
2010-12-18 22:55:27 +00:00
secretr
f3ab862313
improved browser cache control, clear browser cache added to cache administration
2010-12-17 17:21:48 +00:00
nlstart
a5661bf40e
Improved check to ban IP address
2010-12-17 14:49:08 +00:00
secretr
071a72b368
Contact userclass preferences typo
2010-11-30 11:45:45 +00:00
secretr
652c8b6cbf
admin credits page update
2010-11-23 11:25:01 +00:00
secretr
ecfebe6284
cron administration clean up
2010-11-15 16:32:33 +00:00
e107steved
5ecdcd2440
Get rid of deprecated functions
2010-10-28 20:17:40 +00:00
secretr
a930926479
infopanel fix (empty when no plugins installed)
2010-10-28 11:12:45 +00:00
secretr
c766c5a8f2
PHP 5.3+(and NOT 3+ as stated in the previous commit :) ) overall system compatibility
2010-10-28 10:54:33 +00:00
secretr
cd49c6c850
New sessions related improvements/fixes; extra check in Site preferences area for cookie name - session/cookie regeneration, prevent logout; varoious redirection handler improvements plus new e107 method candidates - get/set/clear Cookies based on site preferences.
2010-10-27 11:31:18 +00:00
secretr
0431fd5089
retrieve message instance proper
2010-10-27 11:13:44 +00:00
secretr
645d2dda6d
Mass changes (work in progress - related beta testing and feedback highly appreciated)
...
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
e107steved
812ef3f7a5
EONE-130: Add support for InnoDB tables in installer
2010-10-23 16:40:42 +00:00
e107steved
a163c00172
EONE-130: some DB setups don't support InnoDB
2010-10-23 15:57:29 +00:00
e107steved
97eecaad36
EONE-51: Migrate saved emails to 0.8 DB table
2010-10-21 17:42:03 +00:00
e107steved
bc45f2809b
Make code a bit more robust, fix table format
2010-10-21 13:07:40 +00:00
CaMer0n
c6a0fad36e
Bugfix, but still needs more work
2010-10-10 22:08:57 +00:00
CaMer0n
32d849ebf8
Remove comments from admin-log
2010-10-10 07:31:09 +00:00
e107steved
38b9da0488
Query speedups - thanks Mikey
2010-10-05 19:39:08 +00:00
CaMer0n
f47b36c34b
Show minutes and seconds since last refresh
2010-10-04 22:54:40 +00:00
secretr
1adcecb94a
media manager work - upload link can be added now (see newspost.php); improved imageselector; several bugfixes
2010-10-04 22:14:05 +00:00
secretr
ea7434a019
leftover debug
2010-10-04 19:19:00 +00:00
secretr
5670e36937
2010-10-04 16:01:17 +00:00
e107steved
2c587547be
Add some basic error handling to File Manager
2010-09-16 20:04:14 +00:00
e107steved
8b5fda51c9
Notice Removal
2010-09-07 17:11:34 +00:00
e107steved
decaecf54d
Add in security code, youtube bbcode from 0.7
2010-09-06 12:34:06 +00:00
e107steved
bd4d34d933
EONE-120: login name not displayed. possible fix
2010-09-05 12:12:46 +00:00
CaMer0n
e3d2be8e8f
eTag validation fix and If-None-Match support.
2010-09-05 08:17:27 +00:00
e107steved
a690871889
Bugtracker #5039 - missing icon on 'Site Down' admin page
2010-09-02 07:19:23 +00:00
e107steved
dcdddffb20
Fix ETag format
2010-08-25 08:11:27 +00:00
CaMer0n
ab4dc250ec
Cleaned up footer.php links.
2010-07-23 23:21:48 +00:00
e107steved
482c546763
session table no longer required (not used in 0.7, either)
2010-06-24 20:40:19 +00:00
secretr
fe0926b9cf
Plugin upgrade SQL execution logic mismatch
2010-06-23 10:21:21 +00:00
CaMer0n
e931dff9f8
Updated login event for BC with 0.7.
2010-06-06 04:29:54 +00:00
secretr
3519194c81
EONE-62 (New Feature): User model builds proper user class list now;
...
Userclass administration UI problems fixed (hopefully);
2010-05-17 14:13:50 +00:00
secretr
7ccb925587
EONE-62 (New Feature): Improved extended field model (fields of type db working now);
...
structure model improvements;
extended fields administration problems solved (there are maybe more);
init_session() and login core routines modified to work with user models;
option Login As added on user administration (visible from main admins only);
minor fixes;
2010-05-14 18:45:51 +00:00
secretr
5cc153b09c
EONE-10 (Task): Option to clear DB/Image cache added (Admin interface), Cache administration cleanup, phpDoc fixes
2010-05-14 09:32:16 +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
mcfly
71f81fbea2
EONE-45 (bug): Custom menus now created in 'menus' table. Menu cache also cleared when menu is deleted.
2010-04-17 03:17:48 +00:00
secretr
fbf181c578
EONE-33 (task), EONE-49 (bug)
2010-04-15 15:38:16 +00:00
e107steved
9c31a701d2
Reinstate clickable link on page titles
2010-04-11 07:52:45 +00:00