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

178 Commits

Author SHA1 Message Date
mrpete
ac10964a52 bugfix: vertical-align is 'middle' not 'center' 2007-01-20 15:50:29 +00:00
mrpete
e0ba7ae80b trailing blanks 2007-01-20 15:49:21 +00:00
e107steved
2abd93eb9b Bugtracker 3689 - oops! Cause a bug by fixing one that wasn't. Roll back 2007-01-20 15:32:28 +00:00
mrpete
d04a4d2ad1 varset() should only have two param's. use varsettrue() when testing if true 2007-01-20 14:55:06 +00:00
mrpete
42fc461284 remove incompatible hook= code; replace w/ new support for "SuperModifiers" as designed
by team
2007-01-20 14:52:41 +00:00
e107steved
6aee73b773 Bugtracker #3562 - if not inserting a bbcode, delete any selected text 2007-01-19 20:47:04 +00:00
e107steved
32ae7b2690 Looks like a bracket's been missing for a while 2007-01-18 21:49:03 +00:00
e107steved
9f3a96be82 Bugtracker #3668 - update help on extended fields, tidy up on reserved fields 2007-01-18 20:52:08 +00:00
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
0465efe1d1 bugfix: notices 2007-01-17 13:49:59 +00:00
mrpete
9f769464e3 realname help text missing 2007-01-17 13:48:50 +00:00
mrpete
cca83a3aff bugfix: notices 2007-01-17 13:43:40 +00:00
mrpete
d250aad939 support debug output formatting; support popup debug 2007-01-17 13:43:14 +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
mrpete
9c62f45e30 support formatting category name and description 2007-01-17 13:39:28 +00:00
mrpete
4a2774454a bugfix: tells you to login now but link goes to index not login 2007-01-17 13:38:24 +00:00
mrpete
2183fe91fb bugfixes: notice, template space-replace error 2007-01-17 13:37:25 +00:00
mrpete
09bf2b5869 bugfixes: notices, pageIndex shouldn't create output if there's no text to send 2007-01-17 13:36:57 +00:00
mrpete
1c2d594c29 bugfix: disallowed names not tested for properly 2007-01-17 13:35:46 +00:00
mrpete
a1422e34ae bugfix: sql query error 2007-01-17 13:34:30 +00:00
mrpete
6ead607e9b realname prompt string was missing 2007-01-17 13:12:59 +00:00
mrpete
ee70941872 open-type column strings 2007-01-17 13:12:09 +00:00
mrpete
011aba61bc Support debug output formatting and theming 2007-01-17 13:05:49 +00:00
mrpete
09491b8aed closeWindow() js call allows popup to close and refresh parent browser window. Very
handy for popup edit boxes
2007-01-17 13:04:50 +00:00
mrpete
ee1c30fdef Support debug of popups; support css for debug output 2007-01-17 13:03:53 +00:00
mcfly
fbb621e55a Bugtracker #3652 2007-01-16 13:57:11 +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
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
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
e107steved
b741d73c80 Bugtracker #3669 - should do white background on all print items now 2007-01-12 20:39:12 +00:00
mcfly
1bbfab82ca Bugtracker #3290 2007-01-12 02:49:56 +00:00
mcfly
2b265536fc Reworked check_class() and class_list(), hopefully much more efficient. Definitely cleaner code. 2007-01-12 02:36:18 +00:00
lia
a911c649fa content: enddate disabled caused problems, fixed now (as reported in irc) 2007-01-11 19:12:58 +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
0698110993 Bugtracker #3666 - set print background. Thanks nlstart 2007-01-09 20:32:34 +00:00
e107steved
2abd53d4e4 Bugtracker #2007 - can edit text containing HTML tags (e.g. textarea) 2007-01-09 20:28:44 +00:00
e107steved
e14d515ead put back php closing tag (been missing for ages and no-one noticed except marj), correct entry for integrity check plugin install (thanks again marj), but disable since plugin is deprecated. 2007-01-09 20:12:42 +00:00