aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-296-1/+132
| | | | | | The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue PHPBB3-9657
* Merge remote-tracking branch 'mvinny/ticket/11065' into developAndreas Fischer2012-08-271-3/+1
|\ | | | | | | | | * mvinny/ticket/11065: [ticket/11065] Close li tag on topic display options at MCP
| * [ticket/11065] Close li tag on topic display options at MCPVinny2012-08-261-3/+1
| | | | | | | | PHPBB3-11065
* | Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-263-7/+65
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/feature/attach-dl: (75 commits) [feature/attach-dl] Removed the use of some abbreviations [feature/attach-dl] Changed $files_added checks [feature/attach-dl] Renamed $post_id to $post_msg_id [feature/attach-dl] Fixed a comment [feature/attach-dl] Optimised an sql query [feature/attach-dl] Fixed the logic in an sql statement [feature/attch-dl] $forum_id cast to int [feature/attach-dl] Fixed $file_added to $files_added [feature/attach-dl] Moved definition of $archive_name [feature/attach-dl] Swapped the order of an if statement [feature/attach-dl] Cast variables to int [feature/attach-dl] Added $archive_path [feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma [feature/attach-dl] Renamed $count to $files_added [feature/attach-dl] Removed sprintf() use [feature/attach-dl] Removed need for array_keys() [feature/attach-dl] Added multiple attachment downloads to PMs [feature/attach-dl] Removed reliance on current($row) [feature/attach-dl] Renamed to phpbb_download_handle_forum_auth [feature/attach-dl] Moved PM authentication handling into own function ...
| * | [feature/attach-dl] Removed the use of some abbreviationsFyorl2012-08-201-2/+2
| | | | | | | | | | | | PHPBB3-11042
| * | [feature/attach-dl] Added multiple attachment downloads to PMsFyorl2012-08-141-6/+18
| | | | | | | | | | | | PHPBB3-11042
| * | [feature/attach-dl] Moved download links to bottom of topicFyorl2012-08-071-11/+11
| | | | | | | | | | | | PHPBB3-11042
| * | [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-042-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a function to list all available archiving methods and integrated it with the prosilver style. Heavy modifications to download/file.php to support archiving and downloading of multiple files at once. PHPBB3-11042
| * | [feature/attach-dl] Added links to the templatesFyorl2012-08-021-1/+5
| |/ | | | | | | PHPBB3-11042
* | Merge remote-tracking branch 'mvinny/ticket/11046' into developAndreas Fischer2012-08-081-1/+2
|\ \ | | | | | | | | | | | | * mvinny/ticket/11046: [ticket/11046] Add border-radius for UCP message colours block
| * | [ticket/11046] Add border-radius for UCP message colours blockVinny2012-08-071-1/+2
| |/ | | | | | | PHPBB3-11046
* | [ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.htmlVinny2012-08-071-1/+1
|/ | | | | | | This problem only occurs in prosilver With the variable unclosed, the language key isnt displayed PHPBB3-11047
* Merge remote-tracking branch 'nickvergessen/ticket/11004' into developAndreas Fischer2012-08-021-1/+1
|\ | | | | | | | | | | | | * nickvergessen/ticket/11004: [ticket/11004] Always update suggestion button in timezone_preselect_select [ticket/11003] Ability to show full list of timezones with JavaScript enabled [ticket/11004] Make suggestion button a real button and fix it's value
| * [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-231-1/+1
| | | | | | | | PHPBB3-11004
* | [ticket/11025] Add underline for hover to classesMatt Friedman2012-07-231-0/+4
| | | | | | | | PHPBB3-11025
* | [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-232-1/+6
| | | | | | | | PHPBB3-11025
* | [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-231-1/+1
| | | | | | | | | | | | | | This small style tweak will make the truncated last topic titles shown in the forum list BOLD for better visual impact. PHPBB3-11025
* | [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-216-8/+12
| | | | | | | | PHPBB3-11008
* | [ticket/11008] Remove eval() calls to get document[id]Igor Wiedler2012-07-211-5/+1
|/ | | | PHPBB3-11008
* Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-195-15/+50
|\ | | | | Feature/new tz handling
| * [feature/new-tz-handling] Fix size of suggestion button in chromeJoas Schilling2012-07-191-1/+1
| | | | | | | | PHPBB3-9558
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-1810-12/+71
| |\ | | | | | | | | | feature/new-tz-handling
| * | [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-87/+2
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Fix javascript in prosilverJoas Schilling2012-06-192-53/+49
| | | | | | | | | | | | | | | | | | Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix PHPBB3-9558
| * | [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-182-10/+9
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Add doc blocks to js functionsJoas Schilling2012-06-181-5/+14
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-182-26/+29
| | | | | | | | | | | | PHPBB3-9558
| * | [feature/new-tz-handling] Move timezone option into its own template fileJoas Schilling2012-06-183-29/+25
| | | | | | | | | | | | | | | | | | This should make it much easier for extensions to change the handling of the timezone selection PHPBB3-9558
| * | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-183-11/+65
| | | | | | | | | | | | PHPBB3-9558
| * | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-043-7/+70
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| | * | [feature/new-tz-handling] Removed DST options from templates.Oleg Pudeyev2012-03-141-7/+0
| | | | | | | | | | | | | | | | PHPBB3-9558
| | * | [feature/new-tz-handling] Preselect a timezone in registration.Oleg Pudeyev2012-03-143-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Javascript to obtain client's timezone offset and select the first timezone in our list with that offset. Changes for prosilver only. The javascript file should be shared between styles. PHPBB3-9558
* | | | Merge remote-tracking branch 'mvinny/ticket/10998' into developAndreas Fischer2012-07-191-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * mvinny/ticket/10998: [ticket/10998] Add border-radius to forum rules block - prosilver
| * | | | [ticket/10998] Add border-radius to forum rules block - prosilverVinny2012-07-181-1/+2
| | |_|/ | |/| | | | | | | | | | PHPBB3-10998
* | | | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-1821-378/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* | | | [ticket/10968] Render pagination within the templateDrae2012-07-1823-108/+717
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-171-3/+2
|\ \ \ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10789] Remove unnecessary variables from PM print - prosilver
| * \ \ Merge remote-tracking branch 'mvinny/ticket/10789' into develop-olympusAndreas Fischer2012-07-171-3/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * mvinny/ticket/10789: [ticket/10789] Remove unnecessary variables from PM print - prosilver
| | * | | [ticket/10789] Remove unnecessary variables from PM print - prosilverVinny2012-05-221-3/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10789
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-121-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10978] Fix typo in prosilver ucp_groups_membership.html
| * | | | [ticket/10978] Fix typo in prosilver ucp_groups_membership.htmlPatrick Webster2012-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10978
| * | | | [develop-olympus] Bumping version numbers to final for 3.0.11 releases.Andreas Fischer2012-05-314-4/+4
| | | | |
* | | | | Merge PR #854 branch 'dhruvgoel92/ticket/10943' into developOleg Pudeyev2012-07-071-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/10943: [ticket/10943] displays searched query in search result [ticket/10943] use keywords variable to display in search box
| * | | | | [ticket/10943] displays searched query in search resultDhruv Goel2012-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
* | | | | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into ↵Oleg Pudeyev2012-07-071-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * dhruvgoel92/feature/postgresql-fulltext-search: (28 commits) [feature/postgresql-fulltext-search] supports_phrase_search function [feature/postgresql-fulltext-search] use proper variable name [feature/postgresql-fulltext-search] each config is checked if it is set [feature/postgresql-fulltext-search] fix formatting [feature/postgresql-fulltext-search] add docblocks to functions [feature/postgresql-fulltext-search] remove phrase search code [feature/postgresql-fulltext-search] define access control specifiers [feature/postgresql-fulltext-search] use version_compare [feature/postgresql-fulltext-search] fix language key [feature/postgresql-fulltext-search] remove Readme [feature/postgresql-fulltext-search] removes pcre check [feature/postgresql-fulltext-search] fix language tsearch2 to text search [feature/postgresql-fulltext-search] remove mbstring support [feature/postgresql-fulltext-search] change language for pgsql < 8.3 [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support() [feature/postgresql-fulltext-search] fix variable name [feature/postgresql-fulltext-search] Fix version comparison for 9.0+. [feature/postgresql-fulltext-search] fixing license [feature/postgresql-fulltext-search] assign empty stats [feature/postgresql-fulltext-search] remove backward compatibility ...
| * | | | | | [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-0/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused Code for phrase search removed as pgsql doesnt support it. An added message is displayed if user tries to perform exact phrase search. PHPBB3-9730
* | | | | | Merge PR #759 branch 'nickvergessen/ticket/10811' into developOleg Pudeyev2012-07-051-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10811: [ticket/10811] Make toogle_subscribe more generic so it can toogle all links [ticket/10811] Make it easier for MODs/Extensions to define the alt-text [ticket/10811] Make subscribe/unsubscribe repeatable with AJAX [ticket/10811] Fix AJAX callback alt_text so it can be repeated.
| * | | | | | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10811
| * | | | | | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10811
| * | | | | | [ticket/10811] Make subscribe/unsubscribe repeatable with AJAXJoas Schilling2012-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10811