1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

46 Commits

Author SHA1 Message Date
e107steved
011754f554 Bugtracker #3684 - forum post code 2007-01-18 20:44:32 +00:00
e107steved
3733a94ce9 Bugtracker #2827, #3576, #3577 - stop linkwords appearing in places they shouldn't (code now has to explicitly enable them in various areas), match complete word/phrase only (no partials), fully case-insensitive match and display case exactly as found, don't process on admin pages 2007-01-17 21:29:28 +00:00
e107steved
89f0002765 Bugtracker 3526 - if yesterday's log file not around, look for an older one 2007-01-17 20:51:24 +00:00
e107steved
b834d1376f Add missing closing tags 2007-01-17 20:47:41 +00:00
lia
6bda84de8a content: added table prefix in db_select_gen 2007-01-17 14:05:41 +00:00
mrpete
e05d8f0fee bugfix: forum_post_template not themable due to bad include 2007-01-17 13:41:33 +00:00
mrpete
8d3f36e695 bugfix: cursor pointer not hand 2007-01-17 13:41:01 +00:00
lia
3892be1538 content: small style change to options>general page 2007-01-15 14:17:15 +00:00
lia
d9da2d9a04 content: added option to only show menu on content pages of the current top level category (as suggested in wiki) 2007-01-15 14:00:21 +00:00
lia
47c4a570da bugfix #3538 : links in menu now open correctly 2007-01-15 10:42:14 +00:00
lia
34b3215cf3 content: small correction to IE7 fix, added order method for preset tags 2007-01-14 14:18:10 +00:00
lia
6096c325b9 content: template improvements, admin cleanup 2007-01-14 11:59:11 +00:00
lia
dcec02e56e content: small correction to IE7 fix 2007-01-13 23:21:24 +00:00
lia
277323c81c content: templated admin area, fixed IE7 bug on dropdowns 2007-01-13 22:33:03 +00:00
mcfly
1bbfab82ca Bugtracker #3290 2007-01-12 02:49:56 +00:00
lia
a911c649fa content: enddate disabled caused problems, fixed now (as reported in irc) 2007-01-11 19:12:58 +00:00
e107steved
fab4a3bc10 Make calls to toHTML which use $modifiers consistent to avoid potential future problems. 2007-01-07 15:59:42 +00:00
lia
c3bfb1bddb content; fixed template bug on the empty cell (finally, thx MrPete) 2007-01-04 13:11:52 +00:00
lia
2836b3788e content; empty containers were displayed when they shouldn't have ( thx bugrain ) 2007-01-04 08:37:00 +00:00
e107steved
7438a54009 Part of bugtracker #3577 - disable linkwords in PM titles 2007-01-03 22:06:08 +00:00
e107steved
78b590e935 Turn off 'greedy' matching bugtracker #3186 (thanks V3) - may also fix #2827 and #3550 2007-01-03 20:50:47 +00:00
CaMer0n
82a700cdef cleanup redeclaration of db objects - similar issue to bugs #3632 and #3412 2006-12-31 14:46:30 +00:00
e107steved
edf0d974a5 Block anonymous use if pm not set up 2006-12-30 12:41:46 +00:00
e107steved
98016d68ac Bug #3589 - displays message if users don't have submit permissions 2006-12-29 12:58:37 +00:00
e107steved
0b6d94047d notice removal 2006-12-23 18:38:33 +00:00
e107steved
602d353290 Bug #3457 possible fix 2006-12-23 18:17:37 +00:00
e107steved
6930ad1c78 Possible fix bug #3604 2006-12-22 21:01:42 +00:00
CaMer0n
a18a532d30 generic message was missing after install. 2006-12-22 18:49:44 +00:00
CaMer0n
a2b06eeaa1 TinyMce converted to a plugin. 2006-12-22 18:45:32 +00:00
CaMer0n
5d61fee453 rss topic id's were missing from the rss link in the head. 2006-12-22 12:53:47 +00:00
e107steved
307510367f End of year wraparound corrected 2006-12-19 21:49:24 +00:00
sweetas
3694bad7c7 removed old integrity check plugin 2006-12-19 18:03:00 +00:00
CaMer0n
e52b79f2b5 Bug #3619 - windows vista detection added to log. 2006-12-19 14:28:51 +00:00
mcfly
18d1b39650 Added text_value parm to the USER_EXTENDED shortcode, this will only show the field name and value if there is a value, see forum viewtopic template for usage 2006-12-16 14:13:28 +00:00
CaMer0n
5b11c7d7df removed white background from the cornor of rss icons 2006-12-16 10:36:48 +00:00
mcfly
6324c74768 xss fix 2006-12-16 03:38:17 +00:00
lia
631368c963 bugfix #3585 : content; empty categories (containers) now also link 2006-12-10 22:25:25 +00:00
sweetas
96bd8b5139 repaired corrupted images 2006-12-08 07:08:02 +00:00
sweetas
2ab73e68a6 removal of corrupted images 2006-12-08 06:33:53 +00:00
sweetas
5fcec64858 new image pack system rate images updated 2006-12-07 17:47:20 +00:00
sweetas
8cb82b65dc new image pack system imode and admin images updated 2006-12-07 15:41:50 +00:00
mrpete
583c71d06e Bugfix #3568 - wysiwyg was not being tested for properly.
in content, removed old wysiwyg detection and js download code.
2006-12-07 12:57:43 +00:00
mrpete
6285cd3571 Bugfix #3568 - wysiwyg was not being tested for properly. This has been an ongoing
issue, now resolved. admin and user code need not download wysiwyg js etc -- use
 e_WYSIWYG constant to see if it is enabled.
in forum_post, removed old wysiwyg detection code.
2006-12-07 12:55:12 +00:00
lia
51d924620a bugfix #3561 : login_menu : link to list_new also displayed when only new comments 2006-12-06 20:19:03 +00:00
lia
7a0c948323 bugfix #3536 : smtpkeepalive needed to reflect pref in newsletter 2006-12-02 11:54:09 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00