1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 21:45:11 +02:00
Commit Graph

5330 Commits

Author SHA1 Message Date
CaMer0n
db5c9726df secure_image work. 2011-06-26 20:09:45 +00:00
secretr
a58f52caa6 direct singleton call 2011-06-22 09:01:02 +00:00
CaMer0n
064c5c7d1e Some basic preparation for new e_url scheme and other changes.
For anyone reading - please remember that 0.8 should not be utilized on a public site prior to official release.
2011-06-17 01:13:05 +00:00
CaMer0n
2475e1f5aa Upgrade from 0.7.x to 0.8 now leaves a clean error-free table-structure. 2011-06-15 05:41:06 +00:00
CaMer0n
1e2aba1770 More db-verify refinements. 2011-06-09 07:03:55 +00:00
CaMer0n
98af91027f General cleanup 2011-06-08 03:18:50 +00:00
CaMer0n
dbf47650bc db-verify routines moved to class and integrated into main admin->database page. 2011-06-08 03:16:47 +00:00
secretr
91debe933b - Upload shortcode diable_button parameter added
- Media upload field/add new entry temporary enabled
- Form handler appropriate upload field changes made
2011-06-07 13:01:36 +00:00
CaMer0n
eb2349e1c2 Disable login.php when a custom e_LOGIN is used. (customlogin.php for example) 2011-06-07 02:20:27 +00:00
e107steved
5b052e22e7 Additional check 2011-06-02 20:03:14 +00:00
secretr
65d4e2af04 typo fix 2011-05-30 16:43:01 +00:00
e107steved
4e692c8ba0 Bugtracker #5188 - allow brackets in URLs (they're valid characters) 2011-05-29 10:05:33 +00:00
e107steved
77d0506059 Additional checking 2011-05-28 16:23:40 +00:00
secretr
fb8a071300 fix of Admin UI delete issue (very bad) - wrong ID is posted (at least FF 4), id extracted from key now, further investigation is requried. 2011-05-18 13:41:19 +00:00
CaMer0n
7b5cfe8afa More work on user administrators - plugin icons. 2011-05-18 08:58:35 +00:00
CaMer0n
754a28430e Fixed username-length when email login is being used. 2011-05-18 08:55:22 +00:00
CaMer0n
b33f03d327 Additional user admin perms, cron-categories added. 2011-05-11 22:25:02 +00:00
CaMer0n
414acedafc Admin perms cleanup. Enhanced ui, multiple perms for sections of admin->users. Support for more perms. 2011-05-11 11:56:42 +00:00
CaMer0n
047dfa1fcf TinyMce bbcode plugin work 2011-05-10 12:47:03 +00:00
CaMer0n
07ed95edc5 Corrected path issue in createConstants() 2011-05-10 12:36:11 +00:00
CaMer0n
e8fc5660d4 Minor cleanup on cron and image seletion. 2011-05-07 07:16:45 +00:00
CaMer0n
8ef5c43753 Media-manager path and query fixes. Intuitive LEFT JOIN support for admin_ui. 2011-05-07 06:22:44 +00:00
CaMer0n
a993bcc056 Cron (Schedule Tasks) admin work. 2011-05-07 01:05:18 +00:00
CaMer0n
0c3c292a1c Cron data moved to SQL table. 2011-05-06 07:00:21 +00:00
CaMer0n
4113e8801d bbcode for adding local images now retrieving images from media-manager. 2011-05-05 11:30:00 +00:00
CaMer0n
5afeed3353 Session Object/Array conflict - Quick Fix. 2011-05-04 21:18:04 +00:00
CaMer0n
b495e8edfa Mail template work. Quick-Add-User now has it's own template also. 2011-05-04 09:22:09 +00:00
CaMer0n
82d0866c21 Linkwords Issue corrected. 2011-05-04 09:19:50 +00:00
CaMer0n
ace962ab43 Fix bad commit 2011-05-03 22:13:59 +00:00
CaMer0n
0969c5cd42 2011-05-03 22:11:03 +00:00
secretr
97c15bc904 file size encode method added 2011-05-03 08:46:34 +00:00
secretr
820da43f63 multi-language problems 2011-05-01 16:35:57 +00:00
secretr
e69432758b return type correction 2011-04-29 11:17:52 +00:00
secretr
6d5281b19a File handler php notice 2011-04-27 07:41:31 +00:00
secretr
e34cd64541 More work on ranking, minor forum bugfixes and improvements 2011-04-26 11:27:36 +00:00
secretr
39672eb3b4 The new rank handler default behaviour (should work at least on forums now) 2011-04-25 16:11:02 +00:00
secretr
1a562f6fa2 More forum problems fixed, more to do 2011-04-25 11:29:21 +00:00
secretr
a0f61f86be Mod rewritten URL detection improvements and BC, introducing e_REQUEST_SELF and e_REQUEST_HTTP constants (stripped query string) 2011-04-19 13:37:52 +00:00
secretr
92cc1d574b multi-lingual troubles, more fixes are coming 2011-04-19 11:20:12 +00:00
secretr
6d378ca306 php notice 2011-04-19 10:34:52 +00:00
e107steved
ce0fc19280 Bugtracker #5198 - allow for global arrays not present 2011-04-17 20:57:34 +00:00
CaMer0n
17922a6a83 Real-time mass-mailing support added. 2011-04-08 05:11:38 +00:00
e107steved
13f51c79c3 Change shortcode handler so you can use a non-registered shortcode class or array, without the shortcodes getting registered, and without having to permit other registered shortcodes. Modify event calendar to use this method (gets rid of callScFunc() ) 2011-03-24 21:29:45 +00:00
secretr
b8f183f46b Security - protect from php injections in the (almost same) way 0.7 does it 2011-03-19 11:54:12 +00:00
secretr
6ecf44adb8 mod_rewrite related problems and backward incompatibilities 2011-03-15 15:04:03 +00:00
e107steved
6e50b07a15 Bugtracker #5176 - path for uploaded avatars not calculated correctly 2011-03-14 20:54:56 +00:00
secretr
e1447f16c1 missing function used in array_walk is crashing apache server 2011-03-06 12:54:20 +00:00
e107steved
c0820771cd Bugtracker #5128 - '$' not always detected in profanities 2011-02-26 23:07:36 +00:00
CaMer0n
098cf5f687 Added some additional native language titles. 2011-02-26 19:58:28 +00:00
CaMer0n
b0b0551537 Bug #5139 - Single quote issue in text emails 2011-02-26 19:56:35 +00:00