e107steved
e0a2c65e21
Only display presets to main admins (per Cameron), don't include news item date in preset (caused confusion)
2007-02-07 21:22:19 +00:00
CaMer0n
fbf215a330
bugfix - link highlighting was broken when using news.php?list.x
2007-02-05 05:02:25 +00:00
e107steved
dc0e38d0b2
Bugtracker #3564 - remove hard coded text
2007-02-04 21:42:55 +00:00
mcfly
90cce5fef0
Added new System Cache in addition to the regular cache. System cache will contain only system config type info and no real page content, that will still be handled by the regular cache
2007-02-04 17:36:16 +00:00
e107steved
5cd5a0ae32
Bugtracker #3610 , #3611 , #3617 - sort out various nits on plugin install/upgrade/uninstall
2007-02-01 22:00:41 +00:00
e107steved
31c4fd3221
Use main word wrap for comments
2007-01-29 22:11:09 +00:00
e107steved
af0e0f51d2
Call by reference deprecated
2007-01-24 21:21:20 +00:00
CaMer0n
93db182e05
Remove TinyMce from the e107_handlers folder.
2007-01-23 22:55:16 +00:00
mrpete
091e68526f
remove incompatible hook= code; replace w/ new support for "SuperModifiers" as designed
...
by team
2007-01-20 16:19:43 +00:00
mrpete
d631950d19
forum id not used in forum_viewthread anymore
2007-01-20 16:18:12 +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
b834d1376f
Add missing closing tags
2007-01-17 20:47:41 +00:00
mrpete
011aba61bc
Support debug output formatting and theming
2007-01-17 13:05:49 +00:00
mcfly
a1e7a8a514
Added class functions for setting / getting individual extended user fields
2007-01-16 01:43:23 +00:00
e107steved
591863a72d
Comment: Bugtracker #3679 - don't make links clickable in emails
2007-01-15 22:06:18 +00:00
mcfly
2ad3ecc43a
Added the ability for plugins to add an extended user field, using user_extended_add_system(). The field will be visible nowhere else, so it's for that plugin's exclusive use. Can be used to set user-specific options for a plugin without the need for user_pref
2007-01-13 05:04:12 +00:00
sweetas
2a93473b99
Parser stability, security updates and clean up
2007-01-12 21:05:20 +00:00
mcfly
1bbfab82ca
Bugtracker #3290
2007-01-12 02:49:56 +00:00
e107steved
4fe68f56c4
Bugtracker #3657 - confusion on rated items - thanks V3 (and didn't mess up Sweetas changes!)
2007-01-10 21:31:12 +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
e107steved
c628ed11af
Clear code_text if not set
2007-01-02 20:20:37 +00:00
CaMer0n
f65721e91d
Native Thai wasn't displaying correctly. Also cleaned up the class a little.
2007-01-01 15:31:54 +00:00
e107steved
b0550da1b8
Notice removal
2007-01-01 10:27:49 +00:00
e107steved
55e8d47e89
Notice removal - only define numeric messages if needed
2007-01-01 10:02:28 +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
9e5bbeede9
Handle alternative newline chars
2006-12-30 18:55:42 +00:00
e107steved
1f232774ba
XHTML fix
2006-12-30 16:34:33 +00:00
CaMer0n
42e6d5c4d5
Fix for $sql2 issues with previous commit.
2006-12-30 03:07:50 +00:00
CaMer0n
66bedf6ff5
added resource-identifier to mysql_class, allowing connections to different databases simultaneously. Appears to be working smoothly, but please put it through it's paces, and let me know. thx
2006-12-30 01:11:49 +00:00
e107steved
9ba42095d6
Handle dates passed wrong way round - thanks marj
2006-12-23 15:44:31 +00:00
e107steved
6930ad1c78
Possible fix bug #3604
2006-12-22 21:01:42 +00:00
e107steved
64c78857b6
Bug #3620 - calculation of time elapsed between dates should be accurate
2006-12-22 20:46:53 +00:00
e107steved
91f44becee
Bug #3039 - underscores in file name wrongly converted
2006-12-19 20:34:12 +00:00
CaMer0n
83e615bb6f
notice removal and fix for $returnpath - thanks steved
2006-12-19 10:03:31 +00:00
CaMer0n
f83ada7128
BugFix - dashes in the language name was breaking MySQL tables when used as a second language. Also added some additional language support.
2006-12-10 12:47:23 +00:00
sweetas
6469444266
repaired corrupted images
2006-12-07 18:59:23 +00:00
sweetas
6a1d85d127
removal of corrupted images
2006-12-07 18:56:14 +00:00
sweetas
23d5f11372
removal of corrupted images
2006-12-07 18:43:39 +00:00
sweetas
3d4e9eda5a
removal of corrupted images
2006-12-07 17:59:48 +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
628d4ad479
Bugfix: new $sql's were always being created even when not used at all.
2006-12-05 09:24:46 +00:00
mrpete
6444bdf0d9
BugFix query logging: ensure the
...
log only parses 'explain', not
the original query.; install shutdown error handler for php; Resolve
error reporting issue(s) by consolidating debug error
reporting in a single Show_ALL() function.
2006-12-05 09:24:18 +00:00
mrpete
3e3e0b188a
Remove PHP Warnings - various undefined variables and typos
2006-12-05 09:15:08 +00:00
mcfly
c51e07466e
If cache is activated, the already parsed batch shortcode files are now written to cache
2006-12-03 07:03:22 +00:00
mcfly
1bf141fa8d
Fixed last commit
2006-12-03 02:13:32 +00:00
mcfly
4a15385652
Added an option to set the size or disable the div when using r_userclass_check, removed extracts()
2006-12-03 02:10:58 +00:00
mcfly
e149b35fcc
new module creation
2006-12-02 04:36:16 +00:00