From 431e494ae43257bea251a59ed6b2a4bb20eb7fd4 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 6 Apr 2006 17:15:45 +0000 Subject: To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date. - fix a bunch of bugs - is no longer allowed in template (.html) files - changed layout of private message screens (folders are menu items) - removed unread mode for private messages - added new feature to template engine - "jump out of loop" or "loop another loop within my loop" :D (will be documented within the coding guidelines) - added autologin field to sessions - check session length checks - added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug) - added multibyte support for various variables (exception at the moment is usernames which needs some discussion) - hopefully not broke something. :/ git-svn-id: file:///svn/phpbb/trunk@5765 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/confirm_body.html | 2 - phpBB/styles/subSilver/template/faq_body.html | 1 - phpBB/styles/subSilver/template/index_body.html | 2 - phpBB/styles/subSilver/template/login_body.html | 2 - phpBB/styles/subSilver/template/login_forum.html | 2 - phpBB/styles/subSilver/template/mcp_approve.html | 1 - phpBB/styles/subSilver/template/mcp_ban.html | 2 - phpBB/styles/subSilver/template/mcp_footer.html | 2 - phpBB/styles/subSilver/template/mcp_forum.html | 2 - phpBB/styles/subSilver/template/mcp_front.html | 2 - phpBB/styles/subSilver/template/mcp_header.html | 2 - phpBB/styles/subSilver/template/mcp_jumpbox.html | 2 - phpBB/styles/subSilver/template/mcp_logs.html | 2 - phpBB/styles/subSilver/template/mcp_move.html | 2 - .../styles/subSilver/template/mcp_notes_front.html | 1 - .../styles/subSilver/template/mcp_notes_user.html | 2 - phpBB/styles/subSilver/template/mcp_post.html | 2 - phpBB/styles/subSilver/template/mcp_topic.html | 2 - phpBB/styles/subSilver/template/mcp_viewlogs.html | 1 - .../styles/subSilver/template/mcp_warn_front.html | 1 - phpBB/styles/subSilver/template/mcp_warn_list.html | 1 - phpBB/styles/subSilver/template/mcp_warn_post.html | 1 - phpBB/styles/subSilver/template/mcp_warn_user.html | 1 - .../styles/subSilver/template/memberlist_body.html | 2 - .../subSilver/template/memberlist_email.html | 2 - .../subSilver/template/memberlist_leaders.html | 2 - .../styles/subSilver/template/memberlist_view.html | 2 - phpBB/styles/subSilver/template/message_body.html | 2 - .../styles/subSilver/template/overall_footer.html | 4 +- .../styles/subSilver/template/overall_header.html | 8 -- .../subSilver/template/posting_attach_body.html | 2 - phpBB/styles/subSilver/template/posting_body.html | 2 - .../subSilver/template/posting_poll_body.html | 1 - .../styles/subSilver/template/posting_preview.html | 3 +- .../styles/subSilver/template/posting_review.html | 2 - .../styles/subSilver/template/posting_smilies.html | 2 - .../subSilver/template/posting_topic_review.html | 1 - phpBB/styles/subSilver/template/report_body.html | 2 - phpBB/styles/subSilver/template/search_body.html | 2 - .../styles/subSilver/template/search_results.html | 2 - phpBB/styles/subSilver/template/simple_footer.html | 2 +- phpBB/styles/subSilver/template/ucp_agreement.html | 2 - .../styles/subSilver/template/ucp_attachments.html | 2 - phpBB/styles/subSilver/template/ucp_footer.html | 2 +- .../subSilver/template/ucp_groups_manage.html | 2 - .../subSilver/template/ucp_groups_membership.html | 2 - phpBB/styles/subSilver/template/ucp_header.html | 29 +++++- .../subSilver/template/ucp_main_bookmarks.html | 2 - .../styles/subSilver/template/ucp_main_drafts.html | 2 - .../styles/subSilver/template/ucp_main_front.html | 2 - .../subSilver/template/ucp_main_subscribed.html | 2 - .../styles/subSilver/template/ucp_pm_history.html | 105 +++++++++++---------- .../subSilver/template/ucp_pm_message_footer.html | 70 +++++++------- .../subSilver/template/ucp_pm_message_header.html | 52 +++++----- .../styles/subSilver/template/ucp_pm_options.html | 2 - .../subSilver/template/ucp_pm_viewfolder.html | 69 ++++++-------- .../subSilver/template/ucp_pm_viewmessage.html | 2 - .../subSilver/template/ucp_prefs_personal.html | 2 - .../styles/subSilver/template/ucp_prefs_post.html | 2 - .../styles/subSilver/template/ucp_prefs_view.html | 2 - .../subSilver/template/ucp_profile_avatar.html | 2 - .../template/ucp_profile_profile_info.html | 2 - .../template/ucp_profile_reg_details.html | 2 - .../subSilver/template/ucp_profile_signature.html | 2 - phpBB/styles/subSilver/template/ucp_register.html | 1 - .../styles/subSilver/template/ucp_zebra_foes.html | 2 - .../subSilver/template/ucp_zebra_friends.html | 2 - .../styles/subSilver/template/viewforum_body.html | 2 - .../subSilver/template/viewforum_subforum.html | 2 - .../styles/subSilver/template/viewonline_body.html | 2 - .../subSilver/template/viewonline_whois.html | 2 - .../styles/subSilver/template/viewtopic_body.html | 2 - phpBB/styles/subSilver/theme/stylesheet.css | 1 - 73 files changed, 173 insertions(+), 285 deletions(-) (limited to 'phpBB/styles/subSilver') diff --git a/phpBB/styles/subSilver/template/confirm_body.html b/phpBB/styles/subSilver/template/confirm_body.html index d0e24f7062..3fd7f27992 100644 --- a/phpBB/styles/subSilver/template/confirm_body.html +++ b/phpBB/styles/subSilver/template/confirm_body.html @@ -1,7 +1,5 @@ - -
diff --git a/phpBB/styles/subSilver/template/faq_body.html b/phpBB/styles/subSilver/template/faq_body.html index ce4f129464..251123990f 100644 --- a/phpBB/styles/subSilver/template/faq_body.html +++ b/phpBB/styles/subSilver/template/faq_body.html @@ -1,6 +1,5 @@ -
diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 6754e7c785..1c887edaa9 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -1,7 +1,5 @@ - -
diff --git a/phpBB/styles/subSilver/template/login_forum.html b/phpBB/styles/subSilver/template/login_forum.html index 3ba3a587ce..fa23bf4604 100644 --- a/phpBB/styles/subSilver/template/login_forum.html +++ b/phpBB/styles/subSilver/template/login_forum.html @@ -1,7 +1,5 @@ - -
diff --git a/phpBB/styles/subSilver/template/mcp_approve.html b/phpBB/styles/subSilver/template/mcp_approve.html index 0413114355..efb5f5bcc6 100644 --- a/phpBB/styles/subSilver/template/mcp_approve.html +++ b/phpBB/styles/subSilver/template/mcp_approve.html @@ -1,5 +1,4 @@ -
diff --git a/phpBB/styles/subSilver/template/mcp_ban.html b/phpBB/styles/subSilver/template/mcp_ban.html index d8dea4e1e4..62b45e90dd 100644 --- a/phpBB/styles/subSilver/template/mcp_ban.html +++ b/phpBB/styles/subSilver/template/mcp_ban.html @@ -1,7 +1,5 @@ - - -
- - - -
- {L_UNREAD_MESSAGES}{FOLDER_STATUS} - {L_PM_INBOX}{L_PM_INBOX} | {L_PM_OUTBOX}{L_PM_OUTBOX} | {L_PM_SENTBOX}{L_PM_SENTBOX} | {L_CREATE_FOLDER}
- - - +
+ + +
- - + + - +
+ + +
+ + - - + -
 [ {TOTAL_MESSAGES} ] {L_GOTO_PAGE} {L_PREVIOUS}  {PAGINATION}  {L_NEXT} [ {FOLDER_CUR_MESSAGES}/{FOLDER_MAX_MESSAGES} {L_MESSAGES} ({FOLDER_PERCENT}%) ] 
- - - - {L_VIEW_PREVIOUS_HISTORY} | {L_VIEW_NEXT_HISTORY} | {L_VIEW_PREVIOUS_PM} | {L_VIEW_NEXT_PM}  - - -
-   -
+ + + + + + {L_VIEW_PREVIOUS_HISTORY} | {L_VIEW_NEXT_HISTORY} | + {L_VIEW_PREVIOUS_PM} | {L_VIEW_NEXT_PM}  + + +
{L_GOTO_PAGE} {L_PREVIOUS}  {PAGINATION}  {L_NEXT}
+
- diff --git a/phpBB/styles/subSilver/template/ucp_pm_options.html b/phpBB/styles/subSilver/template/ucp_pm_options.html index 11926cc234..cdc01eb818 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_options.html +++ b/phpBB/styles/subSilver/template/ucp_pm_options.html @@ -1,7 +1,5 @@ - - diff --git a/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html b/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html index b2e6468f5b..603f9f821e 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/subSilver/template/ucp_pm_viewfolder.html @@ -1,24 +1,21 @@ - -
- +
- - - - - + + +
+ -
+
@@ -33,22 +30,20 @@ -
{L_OPTIONS}
  
+ + + - - - - - - + +
{NOT_MOVED_MESSAGES}
{RELEASE_MESSAGE_INFO}
+ + + + + - - - - - - + @@ -61,11 +56,11 @@ + - - - @@ -86,25 +78,26 @@ - -
{NOT_MOVED_MESSAGES}
{RELEASE_MESSAGE_INFO}
 {L_SUBJECT}  {L_RECIPIENTS}{L_AUTHOR}  {L_FOLDER}  {L_RECIPIENTS}{L_AUTHOR}  {L_RECIPIENTS}{L_AUTHOR}   {L_SENT_AT}   {L_MARK} 
-   +   {messagerow.PM_IMG}  -

+ {messagerow.ATTACH_ICON_IMG} {L_MESSAGE_REMOVED_FROM_OUTBOX}
@@ -73,11 +68,8 @@ {messagerow.SUBJECT} -

{messagerow.RECIPIENTS}{messagerow.MESSAGE_AUTHOR}

{messagerow.FOLDER}{L_UNKNOWN_FOLDER}

{messagerow.SENT_TIME}

{L_NO_MESSAGES}
+ + + - - - - + + +
{L_DISPLAY_MESSAGES}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}   
+ +
 
+
  
+ +
- -

 
- -
diff --git a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html index 0e3cd78e4f..ec6c453459 100644 --- a/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/subSilver/template/ucp_pm_viewmessage.html @@ -1,7 +1,5 @@ - -
diff --git a/phpBB/styles/subSilver/template/ucp_prefs_personal.html b/phpBB/styles/subSilver/template/ucp_prefs_personal.html index 6ba799fb8e..595d978f6f 100644 --- a/phpBB/styles/subSilver/template/ucp_prefs_personal.html +++ b/phpBB/styles/subSilver/template/ucp_prefs_personal.html @@ -1,7 +1,5 @@ - -