phpbb/phpBB/adm/style
Meik Sievertsen 6b5d195a98 correctly display diff for conflicts
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10156 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-17 08:13:28 +00:00
..
acp_attachments.html #22875 2008-03-13 14:08:59 +00:00
acp_ban.html Expand shown ban reason in unban screen to fully show long entries. (Bug #16234) 2008-09-17 14:47:56 +00:00
acp_bbcodes.html #22875 2008-03-13 14:08:59 +00:00
acp_board.html #15038 2007-11-05 19:07:10 +00:00
acp_bots.html #15038 2007-11-05 19:07:10 +00:00
acp_captcha.html #49675 #49655 - ATTENTION: small captcha API change 2009-08-14 10:00:30 +00:00
acp_database.html fix some XHTML issues in admin style - Bug #51405 2009-09-16 14:30:36 +00:00
acp_disallow.html #15038 2007-11-05 19:07:10 +00:00
acp_email.html Use L_EMAIL variants consistently... also added comments for translators to indicate where which variant is used (Bug #39495) 2009-04-17 13:05:11 +00:00
acp_forums.html - add options for quick reply (forum-based and board-wide) 2009-06-23 10:48:53 +00:00
acp_forums_copy_perm.html Add box if users decided not to select a forum to copy permissions from on forum creation 2009-07-31 12:46:15 +00:00
acp_groups.html - Display coloured usernames in ACP groups management screens 2009-06-19 09:51:50 +00:00
acp_icons.html - Add pagination for icons and smilies in the ACP and smilies in the smiley popup 2009-07-16 17:57:05 +00:00
acp_inactive.html fix some XHTML issues in admin style - Bug #51405 2009-09-16 14:30:36 +00:00
acp_jabber.html #15038 2007-11-05 19:07:10 +00:00
acp_language.html One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.) 2008-01-30 16:01:15 +00:00
acp_logs.html fix some XHTML issues in admin style - Bug #51405 2009-09-16 14:30:36 +00:00
acp_main.html fix some XHTML issues in admin style - Bug #51405 2009-09-16 14:30:36 +00:00
acp_modules.html #15038 2007-11-05 19:07:10 +00:00
acp_permission_roles.html #22875 2008-03-13 14:08:59 +00:00
acp_permissions.html On permissions, return to user/group/forum selection, 2nd step, instead of 1st step - #27615 - patch by schumi 2009-04-12 13:49:54 +00:00
acp_php_info.html some more fixes 2007-07-12 16:14:07 +00:00
acp_profile.html forgot to ci this 2009-08-27 20:48:09 +00:00
acp_prune_forums.html #22875 2008-03-13 14:08:59 +00:00
acp_prune_users.html #15038 2007-11-05 19:07:10 +00:00
acp_ranks.html #15038 2007-11-05 19:07:10 +00:00
acp_reasons.html #15038 2007-11-05 19:07:10 +00:00
acp_search.html New search option: Maximum number of words allowed to search for. 2009-04-11 11:09:45 +00:00
acp_send_statistics.html also collect admins user agent vendor and version (send_statistics) 2009-09-10 13:30:47 +00:00
acp_styles.html fix some XHTML issues in admin style - Bug #51405 2009-09-16 14:30:36 +00:00
acp_update.html - Display version check on ACP main page. 2009-07-28 13:58:01 +00:00
acp_users.html Fix Bug #45675 - Do not allow setting group as default group for pending user 2009-07-14 20:40:45 +00:00
acp_users_avatar.html Feature Bug #45375 - Add option to disable remote upload avatars 2009-07-14 20:25:41 +00:00
acp_users_feedback.html Ok, here comes a big one. Poor updater. Also requires testing. 2007-10-03 15:05:54 +00:00
acp_users_overview.html Show users posts in queue in acp and profile + link to mcp 2008-09-01 21:33:12 +00:00
acp_users_prefs.html #15038 2007-11-05 19:07:10 +00:00
acp_users_profile.html #15038 2007-11-05 19:07:10 +00:00
acp_users_signature.html fixed bug 44805 - extra initInsertions() calls needed 2009-08-10 22:09:10 +00:00
acp_users_warnings.html Fix #51305 - User need a_clearlog to delete warnings 2009-09-15 09:45:05 +00:00
acp_words.html #22875 2008-03-13 14:08:59 +00:00
admin.css Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21) 2009-08-31 12:45:02 +00:00
captcha_default_acp_demo.html Set some svn properties. Cleanup. 2009-07-19 22:21:50 +00:00
captcha_gd_acp.html add back links 2009-08-14 10:11:34 +00:00
captcha_qa_acp.html beautify q&a captcha a bit (only slightly) 2009-09-07 11:57:58 +00:00
captcha_qa_acp_demo.html beautify q&a captcha a bit (only slightly) 2009-09-07 11:57:58 +00:00
captcha_recaptcha.html Set some svn properties. Cleanup. 2009-07-19 22:21:50 +00:00
captcha_recaptcha_acp.html fix previews 2009-06-23 12:10:50 +00:00
colour_swatch.html One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.) 2008-01-30 16:01:15 +00:00
confirm_body.html some language-specific adjustements 2007-05-03 14:29:22 +00:00
confirm_body_prune.html some language-specific adjustements 2007-05-03 14:29:22 +00:00
custom_profile_fields.html some bugs fixed 2007-08-15 17:32:48 +00:00
editor.js Fix wrong textLength call in Webkit-based browsers - Bug #25825 - patch by Technocrat 2009-08-20 15:09:28 +00:00
install_convert.html removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_error.html removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_footer.html Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech) 2009-07-08 14:04:55 +00:00
install_header.html removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_install.html removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_main.html removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_update.html Let the user notice that downloading the files is not the end of the update process. 2009-09-04 14:58:44 +00:00
install_update_diff.html correctly display diff for conflicts 2009-09-17 08:13:28 +00:00
message_body.html - some bugfixes 2006-08-28 15:50:33 +00:00
overall_footer.html Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by prototech) 2009-07-08 14:04:55 +00:00
overall_header.html Fix bugs #25545, #26315 and #31325 - Mostly XHTML mistakes in prosilver and the ACP. 2009-06-12 12:29:08 +00:00
permission_forum_copy.html Fix r9887. Remove duplicate content. 2009-07-28 22:18:39 +00:00
permission_mask.html although outer loops work fine in inner loops (for some time now) using the full loop name is still the correct way to reference template loops. 2008-10-08 13:06:42 +00:00
permission_roles_mask.html implementing permission roles 2006-02-22 21:42:26 +00:00
permission_trace.html do not get too excited 2007-07-26 15:51:11 +00:00
permissions.js Trying to keep my sanity... begone evil underscored CSS class/id names 2007-03-05 23:13:50 +00:00
progress_bar.html #i62 - #i65 2007-09-22 18:31:50 +00:00
simple_body.html - #6144 2006-12-10 15:52:31 +00:00
simple_footer.html fixing some bugs 2007-09-02 17:24:56 +00:00
simple_header.html Changed jumpto() JS function to be more fail-safe. (But #27635 - patch by peterkclee) 2009-04-17 16:05:25 +00:00
tooltip.js ok, this one is rather large... the most important change: 2006-06-06 20:53:46 +00:00
viewsource.html some fixes. :) 2007-07-06 10:55:31 +00:00