phpbb/phpBB/includes/acp
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
..
info Unused Code inside function update_forum_data [Bug #6606] 2006-12-27 17:43:55 +00:00
acp_attachments.php - Bug #9791 2007-04-12 12:54:57 +00:00
acp_ban.php #8028 2007-02-23 23:53:49 +00:00
acp_bbcodes.php #8090 2007-02-17 04:51:57 +00:00
acp_board.php #10067 2007-04-24 00:11:20 +00:00
acp_bots.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
acp_captcha.php - compress is nicer (fixed a bug :P) 2006-11-03 23:09:16 +00:00
acp_database.php #9662 2007-04-07 03:45:59 +00:00
acp_disallow.php some beautifications as well as making sure manually deactivated accounts are properly handled 2007-04-01 16:42:10 +00:00
acp_email.php fixing some bugs 2007-02-18 13:42:08 +00:00
acp_forums.php #9551 2007-04-09 19:44:25 +00:00
acp_groups.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
acp_icons.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
acp_inactive.php - telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;) 2006-12-31 16:56:15 +00:00
acp_jabber.php fix for bug #6140 (jabber not working) 2006-12-16 12:57:01 +00:00
acp_language.php some changes/bugfixes 2007-03-30 10:49:06 +00:00
acp_logs.php again, some changes here and there... 2007-03-23 12:18:09 +00:00
acp_main.php - change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing. 2007-03-04 14:31:07 +00:00
acp_modules.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
acp_permission_roles.php #5276 2007-03-24 15:29:17 +00:00
acp_permissions.php - Bug #9791 2007-04-12 12:54:57 +00:00
acp_php_info.php - removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on) 2007-01-03 16:38:25 +00:00
acp_profile.php - use var_export instead of our format_array function [Bug #6748] 2007-01-04 16:07:38 +00:00
acp_prune.php - made prune a bit nicer 2007-02-25 06:08:39 +00:00
acp_ranks.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
acp_reasons.php #9530 2007-04-02 19:25:27 +00:00
acp_search.php only tiny adjustements... and try to set the memory limit for the search indexing page to 128M... 2007-03-10 11:23:53 +00:00
acp_styles.php #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624 2007-04-22 15:27:40 +00:00
acp_update.php implemented updater changes 2006-12-10 14:33:21 +00:00
acp_users.php #10067 2007-04-24 00:11:20 +00:00
acp_words.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
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