phpbb/phpBB/adm/style
Nils Adermann c0a880b665 - birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)
- formatted text is processed in the same order everywhere now: censor_text, replace newlines, bbcode, smileys, attachments, highlighting [including Bug #2048]
- highlighting pattern updated to exclude style and script (e.g custom BBCode) [Bug #3856]
- fixed a style problem in Opera [Bug #3770]
- performance increase for user::img()
- slight adjustments to search


git-svn-id: file:///svn/phpbb/trunk@6321 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-28 17:20:21 +00:00
..
acp_attachments.html - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
acp_ban.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
acp_bbcodes.html bugfixes 2006-08-12 15:10:43 +00:00
acp_board.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
acp_bots.html - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
acp_captcha.html - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
acp_database.html time to squash some bugs 2006-06-22 15:14:03 +00:00
acp_disallow.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
acp_email.html - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
acp_forums.html - tackle some usability issues 2006-07-09 16:23:57 +00:00
acp_groups.html - fixing some bugs 2006-08-01 15:29:47 +00:00
acp_icons.html - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
acp_jabber.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
acp_language.html some updates. Also adjusted the utf tools and normalizer more to our coding guidelines. 2006-08-22 21:26:06 +00:00
acp_logs.html Correct some of the sort options 2006-07-29 11:35:32 +00:00
acp_main.html Allow ACP access if install/ is present and display the generic board disabled message otherwise so that a user does not know the reason for it being disabled 2006-08-12 15:37:28 +00:00
acp_modules.html - renamed the following columns: 2006-07-13 12:51:56 +00:00
acp_permission_roles.html change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look. 2006-06-22 16:49:04 +00:00
acp_permissions.html some bugfixes 2006-07-06 16:46:53 +00:00
acp_php_info.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
acp_profile.html - some bugfixes 2006-08-28 15:50:33 +00:00
acp_prune_forums.html Some more minor style bugs fixed. 2006-08-27 19:22:06 +00:00
acp_prune_users.html First update of the new admin style to being it in line with the new frontend style. Note - this is still based on subsilver, the final admin will use the much nicer style of the new frontend - but that is secret until the final release ;) 2006-01-03 13:44:47 +00:00
acp_ranks.html - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
acp_reasons.html - removed db cache (might re-appear, but for now we do not see the need for it) 2006-06-16 16:54:51 +00:00
acp_search.html Duplicated entry in the sort options 2006-08-20 15:48:00 +00:00
acp_styles.html Duplicated entry in the sort options 2006-08-20 15:48:00 +00:00
acp_users.html - BBCode helpline is now customizable 2006-08-01 05:06:33 +00:00
acp_words.html time to squash some bugs 2006-06-22 15:14:03 +00:00
admin.css - birthdays/age in user's timezone and not server's local time 2006-08-28 17:20:21 +00:00
colour_swatch.html - get swatch converted into new acp format 2006-06-12 22:16:27 +00:00
confirm_body.html - drop in the new administration panel 2005-12-19 18:55:52 +00:00
custom_profile_fields.html - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
editor.js - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
install_convert.html - check whether config.php exists 2006-06-10 16:09:46 +00:00
install_error.html A new template for fatal database errors 2006-05-12 19:42:33 +00:00
install_footer.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
install_header.html - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
install_install.html Minor schema change related to avatars so that they can be > 127px in size 2006-08-20 12:59:15 +00:00
install_main.html - check whether config.php exists 2006-06-10 16:09:46 +00:00
message_body.html - some bugfixes 2006-08-28 15:50:33 +00:00
overall_footer.html - correctly display subcategories 2006-06-20 19:00:30 +00:00
overall_header.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
permission_mask.html change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look. 2006-06-22 16:49:04 +00:00
permission_roles_mask.html implementing permission roles 2006-02-22 21:42:26 +00:00
permission_trace.html change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look. 2006-06-22 16:49:04 +00:00
search_index_progress_bar.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
simple_body.html - drop in the new administration panel 2005-12-19 18:55:52 +00:00
simple_footer.html - correctly display subcategories 2006-06-20 19:00:30 +00:00
simple_header.html - added class="radio" to all radio- and checkboxes 2006-06-13 15:06:32 +00:00
tooltip.js ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
viewsource.html ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00