1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 19:15:19 +01:00

3429 Commits

Author SHA1 Message Date
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
9c0587f557 Bugfix: Custom-Pages wasn't saving admin/date preference 2011-05-04 09:20:45 +00:00
CaMer0n
82d0866c21 Linkwords Issue corrected. 2011-05-04 09:19:50 +00:00
CaMer0n
197174b2e0 More usersettings template options. 2011-05-03 22:39:51 +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
e107steved
4d340285a4 Final changes from TYPE=MyISAM to ENGINE=MyISAM 2011-05-02 20:51:21 +00:00
secretr
820da43f63 multi-language problems 2011-05-01 16:35:57 +00:00
secretr
644c287ee0 Removed links page list limit 2011-05-01 15:22:25 +00:00
CaMer0n
f4943b4f73 siteinfo shortcode to match 0.7. fpw_template only asks for email when it is used as the login. 2011-05-01 08:55:15 +00:00
secretr
e69432758b return type correction 2011-04-29 11:17:52 +00:00
secretr
0d3e4e8e4d news preview only in admin area 2011-04-29 11:15:47 +00:00
secretr
e6142eaf06 broken link fix 2011-04-29 11:14:52 +00:00
secretr
6d5281b19a File handler php notice 2011-04-27 07:41:31 +00:00
secretr
cd47842800 redirect after changing language (index page only) 2011-04-26 16:12:10 +00:00
secretr
e6c3c163a2 Userpost page rewrite, new template engine and template override location 2011-04-26 13:45:10 +00:00
secretr
34d10aec20 global moderator rank icon 2011-04-26 11:38:03 +00:00
secretr
f2cb1d0030 top page obsolete code cleanup 2011-04-26 11:29:53 +00:00
secretr
e34cd64541 More work on ranking, minor forum bugfixes and improvements 2011-04-26 11:27:36 +00:00
secretr
de27eaffc5 favicon corrupt again? 2011-04-26 11:23:50 +00:00
secretr
a441e3675b forum pages now counting from 1 (insted from 0) 2011-04-25 16:52:20 +00:00
secretr
cbf3082c49 forum template update 2011-04-25 16:12:25 +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
5204861279 More forum problems fixed (stats, some outdated sql queries), more to do 2011-04-25 14:13:45 +00:00
secretr
1a562f6fa2 More forum problems fixed, more to do 2011-04-25 11:29:21 +00:00
e107steved
d10a42a640 Use standard LANs 2011-04-21 21:30:30 +00:00
secretr
ea06f9a446 leftover debug 2011-04-21 13:21:13 +00:00
secretr
ec1eeac94d Various forum problems:
- nextprev new parameters usage
- outdate forum code cleanup (preventing sc parsing)
- forum preferences fixes (maybe more to do)
2011-04-21 13:20:22 +00:00
secretr
58a8ac844e leftover debug, hopefully the last on-and-on commit today :) 2011-04-19 13:46:28 +00:00
secretr
f632c2269c language list shortcode phpDoc correction 2011-04-19 13:42:16 +00:00
secretr
bf2af7aba3 - language links .sc shortcode converted to .php
- more flexibility (see phpDoc for examples)
- respects mod_rewrite URLs now
2011-04-19 13:39:45 +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
8a9843450d Bugtracker #5196 - send PM to user with apostrophe in display name 2011-04-18 17:43:25 +00:00
e107steved
321a6d1b95 Bugtracker #5197 - [newpage=xxx] didn't work in content print 2011-04-18 12:34:39 +00:00
e107steved
ce0fc19280 Bugtracker #5198 - allow for global arrays not present 2011-04-17 20:57:34 +00:00
e107steved
4d843d2bf1 Bugtracker #5191 possible fix - content e_meta.php was corrupting variables 2011-04-15 18:04:15 +00:00
e107steved
c79f22efd1 Bugtracker #5174 - more helpful message, block duplicate emails 2011-04-12 21:11:16 +00:00
e107steved
349d7ce640 Bugtracker #5189 possible fix - list_new_menu and list_recent_menu broken 2011-04-10 21:27:20 +00:00
CaMer0n
17922a6a83 Real-time mass-mailing support added. 2011-04-08 05:11:38 +00:00
CaMer0n
d16f0ce569 Link bbcode initial user input code. 2011-04-07 19:32:34 +00:00
e107steved
58a63b8902 Missed a file from last commit 2011-03-24 21:40:46 +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
secretr
ce8c337b12 mod_rewrite support for theme layout detection 2011-03-15 14:25:55 +00:00
CaMer0n
570ff92c02 Bugfix: TinyMce image-preview was missing when editing the properties of an existing image. (ibrowser) 2011-03-15 04:47:26 +00:00