phpbb/phpBB/includes
Jonathan Stanley 5ebb018cb8 #10067
Never noticed the date output in the dropdown was dynamic... so made sense to actually use the relative days feature to _actually show_ how it works by placing "Today" within the date, and append it with a date of how it'd be formatted it it wasn't yesterday/today/tomorrow by offsetting the time() by 1 year negatively.

Bonus is that the RELATIVE_DAYS variable is no longer needed, though have switched that for a VARIANT_DATE_SEPARATOR variable incase people want to localise " / " (could have been hardcoded, but you never know! :P)

The YESTERDAY/TODAY/TOMORROW variables have also had their trailing commas nuked (the comma has gone into the date format code) as people whom want:

"d M Y @ H:i:s" => "01 Jan 2007 @ 13:37:00"

... enabling relative days with: "|d M Y| @ H:i:s"

... would have got: "Today, @ 13:37:00"

... but now they shall get: "Today @ 13:37:00"

Lastly, added a relative date option for those prefering middle-endian dates with am/pm time.


git-svn-id: file:///svn/phpbb/trunk@7391 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-24 00:11:20 +00:00
..
acm some changes/bugfixes 2007-03-30 10:49:06 +00:00
acp #10067 2007-04-24 00:11:20 +00:00
auth - acp popup, shouldn't require 700 px width 2007-03-31 16:44:18 +00:00
captcha - fix some oddities (doubled spaces for example) 2007-01-26 16:09:51 +00:00
db #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
diff forgot that one ... 2007-01-28 17:00:03 +00:00
mcp #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
search - removed unneeded code from fulltext_mysql [Bug #9947] 2007-04-22 17:12:31 +00:00
ucp #10067 2007-04-24 00:11:20 +00:00
utf - PostgreSQL can now use schemas. During install, under database name, enter databasename.schema 2007-04-01 12:39:34 +00:00
auth.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
bbcode.php #8576 2007-03-09 19:01:40 +00:00
cache.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
constants.php - overhaul of imagesets 2007-04-08 17:40:36 +00:00
functions.php changed the cache files to save some memory (all global ones are hold in memory, doubling it). 2007-04-22 18:09:03 +00:00
functions_admin.php *** empty log message *** 2007-04-17 03:22:15 +00:00
functions_compress.php safer name for the updater downloads (even if removed after download) - reported by SHS` 2007-03-06 11:30:12 +00:00
functions_convert.php checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :) 2007-04-10 20:50:14 +00:00
functions_display.php #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
functions_install.php #9554 2007-04-02 22:10:31 +00:00
functions_jabber.php other fixes... 2007-03-30 14:24:55 +00:00
functions_messenger.php :( 2007-03-25 16:05:22 +00:00
functions_module.php #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
functions_posting.php - m_warn is no longer a local moderation permission 2007-04-15 10:59:26 +00:00
functions_privmsgs.php other fixes... 2007-03-30 14:24:55 +00:00
functions_profile_fields.php #9677 2007-04-13 03:55:33 +00:00
functions_template.php allow constructs like <!-- ELSE -->0<!-- ENDIF --> (the 0 was replaced by '' due to the empty() checks on $trim_text_check) 2007-04-20 09:09:20 +00:00
functions_transfer.php some changes/bugfixes 2007-03-30 10:49:06 +00:00
functions_upload.php some fixes... 2007-04-02 15:47:23 +00:00
functions_user.php #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php #9811 2007-04-13 03:57:04 +00:00
session.php my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally... 2007-04-12 16:20:39 +00:00
template.php some fixes 2007-04-06 14:03:20 +00:00