aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Revert the changes to functions_display.phpNathan Guse2012-09-151-1/+1
| | | | | | | The css we need to apply to avatars can be applied through css rules. We don't need to be able to specify a class for the img. PHPBB3-11103
* [ticket/11103] Restyle the notification listNathan Guse2012-09-091-0/+8
| | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103
* Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-261-0/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Downloading all attachments fully implementedFyorl2012-08-041-0/+23
| | | | | | | | | | | | | | | | | | | | 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
* | [ticket/11046] Add border-radius for UCP message colours blockVinny2012-08-071-1/+2
|/ | | | PHPBB3-11046
* [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-231-0/+5
| | | | PHPBB3-11025
* Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-191-0/+5
|\ | | | | Feature/new tz handling
| * [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-0/+5
| | | | | | | | 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-181-3/+1
| | | | | | | | | | | | | | | | | | | | 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-183-33/+33
|/ | | | | | | | | | | | | | 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 PR #734 branch 'shibulijack/ticket/10688' into developOleg Pudeyev2012-04-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | * shibulijack/ticket/10688: [ticket/10688] Update install.html for 3.1 and current practices. [ticket/10688] Update readme for 3.1 and current practices. [ticket/10688] Changed version 3.0 to 3.1 [ticket/10688] Updated version to 3.1 [ticket/10688] Changed 3.0 to 3.1 in docs Conflicts: phpBB/docs/INSTALL.html phpBB/docs/README.html
| * [ticket/10688] Changed version 3.0 to 3.1Shibu Lijack2012-04-111-1/+1
| | | | | | | | | | | | Replaced phpBB 3.0 to 3.1 in the stylesheets PHPBB-10688
* | Merge remote-tracking branch 'upstream/develop' into ticket/10734Shibu Lijack2012-04-104-30/+25
|\ \ | | | | | | | | | | | | Conflicts: phpBB/styles/prosilver/theme/tweaks.css
| * \ Merge branch 'develop-olympus' into developVjacheslav Trushkin2012-04-022-0/+26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10699] Long h2 title breaks div.minitabs in MCP [ticket/10699] Long h2 title breaks div.minitabs in MCP Conflicts: phpBB/styles/prosilver/theme/tweaks.css
| | * | [ticket/10699] Long h2 title breaks div.minitabs in MCPHari Sankar R2012-04-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixed minor issues in formatting. PHPBB3-10699
| | * | [ticket/10699] Long h2 title breaks div.minitabs in MCPHari Sankar R2012-04-022-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed overlapping of Subject title over the minitabs. Added css property to cp.css under MCP Specific tweaks. Wrapped h2 and #minitabs under .tabs-container with clear: both PHPBB3-10699
| * | | Merge remote-tracking branch 'sadu/ticket/10438' into developIgor Wiedler2012-04-011-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * sadu/ticket/10438: [ticket/10438] Alligning the Smileys on the same line as the text.
| | * | | [ticket/10438] Alligning the Smileys on the same line as the text.Hari Sankar R2012-04-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the styling of smilies to appear at the same level as text, by adding vertical-align: text-bottom css property to all smilies. Edited functions_content.php to add class="smilies" to all parsed smilies. PHPBB3-10438
| * | | | [ticket/10742] Fixing table widthsVjacheslav Trushkin2012-04-012-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing table widths for members list, team page, online users list PHPBB3-10742
| * | | | [ticket/10740] Revert margin-left changes of previous commitIgor Wiedler2012-04-011-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10740
| * | | | [ticket/10740] Changed styling of phpbb_alert box, to be centered.Hari Sankar R2012-04-011-2/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Changed the styling of the phpbb.alert() and phpbb.confirm() dialogue boxes to me more centered on a page. PHPBB3-10740
| * | | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-319-440/+168
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (175 commits) [feature/ajax] Remove strange non-breaking spaces from approve button [feature/ajax] Add entirely unrelated but nice newlines [feature/ajax] Unify phpbb_json_response instantiation [feature/ajax] Fix acp_styles activate_deactivate ajax callback name [feature/ajax] Send correct activate/deactivate JSON response in acp_profile [ticket/10270] Alter background colors for posts [feature/ajax] Remove not working module enable/disable ajax code [feature/ajax] Replace static call to phpbb_request with OO [feature/ajax] Remove quick-reply AJAX handling until we have something good [ticket/10270] Changing close button for ajax popups [ticket/10270] Disabling links in disappearing content [ticket/10291] Fixed an AJAX bug on quick reply form submit. [ticket/10273] Fixed accepting / denying posts AJAX. [ticket/10272] Removed code that was prevent event propogation in AJAX. [ticket/10291] Fixed a bug in the quick reply AJAX. [feature/ajax] Handle acp_modules error cases with JSON response [feature/ajax] Fix filter check, quick mod tools data-attribute [feature/ajax] Use the error handler [feature/ajax] Generic error handling with a phpbb.alert box [feature/ajax] Change filter semantics, some minor adjustments ... Conflicts: phpBB/adm/style/acp_styles.html phpBB/includes/acp/acp_styles.php
| * \ \ \ Merge remote-tracking branch 'upstream/develop' into ↵Vjacheslav Trushkin2012-03-291-4/+77
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/merging-style-components * upstream/develop: (65 commits) [ticket/10730] Added label tag around "select" text in post splitting UI [ticket/10732] Add config_dev.php and config_test.php to .gitignore [ticket/10586] Added space in if statement [ticket/10586] Tidy up comments [task/php5.3] Updated range of tested PHP versions [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to PHP 5.3.2 [task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2 [ticket/10723] Stop Travis running all tests on sqlite [ticket/10703] Added a condition to check if ext directory exists [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information ... Conflicts: phpBB/install/database_update.php
| * | | | | [feature/merging-style-components] Removing theme.cfg and template.cfgVjacheslav Trushkin2012-03-141-21/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Removing theme.cfg and template.cfg PHPBB3-10632
* | | | | [ticket/10734] Fixed minor bugShibu Lijack2012-04-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed an extra empty line in colors.css PHPBB-10734
* | | | | [ticket/10734] Removed unwanted color elementsShibu Lijack2012-04-101-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted all the color elements from the common.css PHPBB-10734
* | | | | [ticket/10734] Moved style elements and fixed minor bugsShibu Lijack2012-04-094-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved color related style elements to colours.css and other elements to common.css Also added an empty display for corners span. Removed unwanted space in mcp_topic Removed DS_Store PHPBB-10734
* | | | | [ticket/10734] Fixed cp cssShibu Lijack2012-04-023-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed border radius and padding of the ucp and mcp. PHPBB-10734
* | | | | [ticket/10734] Removed all the unnecessary corner classesShibu Lijack2012-04-022-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* | | | | [ticket/10734] Fixed padding issuesShibu Lijack2012-04-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed padding for post and panel. PHPBB-10734
* | | | | [ticket/10734] Fixed IE7 clear float bugShibu Lijack2012-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified tweaks.css to fix IE bug PHPBB-10734
* | | | | [ticket/10734] Removed unwanted css elementsShibu Lijack2012-04-022-70/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all the corner css elements PHPBB-10734
* | | | | [ticket/10734] Used pseudo class for clearingShibu Lijack2012-04-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a separate class for clearing, pseudo :after class is added. PHPBB3-10734
* | | | | [ticket/10734] Removed unwanted CSS hacksShibu Lijack2012-03-311-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed -webkit and -moz as suggested by cyberalien. Removed unused style elements. PHPBB-10734
* | | | | [ticket/10734] Removed unnecessary imagesShibu Lijack2012-03-315-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted the corner_left and corner_right images. PHPBB-10734
* | | | | [ticket/10734] Fixed common.cssShibu Lijack2012-03-311-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed padding. PHPBB3-10734
* | | | | [ticket/10734] CSS tweaksShibu Lijack2012-03-311-4/+29
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Modified colours.css Removed the corner images. Added border radius. PHPBB3-10734
* | | | [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-313-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
* | | | [feature/ajax] Do not hard-code sorting images of acp_forums orderingIgor Wiedler2012-03-311-0/+4
| | | | | | | | | | | | | | | | PHPBB3-10270
* | | | [ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".Callum Macrae2012-03-311-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10270
* | | | [ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.Callum Macrae2012-03-312-0/+6
| | | | | | | | | | | | | | | | PHPBB3-10270
* | | | [ticket/10270] Makes page fade to dark on popup, and added $.querystring.Callum Macrae2012-03-311-1/+15
| | | | | | | | | | | | | | | | PHPBB3-10270
* | | | [ticket/10273] AJAXified approve / disapprove posts (in viewtopic).Callum Macrae2012-03-311-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit AJAXifies the moderator approval functionality, and adds it to viewtopic instead of the MCP. This commit has involved some language changes, which may affect fallbacks. PHPBB3-10273
* | | | [ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.Callum Macrae2012-03-311-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the phpbb object (JavaScript), and alert and confirm box methods. It also adds the first basic AJAX functionality, to deleting posts in viewtopic. PHPBB3-10270
* | | | Merge remote-tracking branch ↵David King2012-03-306-363/+78
|\ \ \ \ | | | | | | | | | | | | | | | 'cyberalien/feature/prosilver-cleanup/duplicate-colors' into develop
| * \ \ \ Merge branch 'develop' into feature/prosilver-cleanup/duplicate-colorsVjacheslav Trushkin2012-03-247-33/+79
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (117 commits) [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information [task/travis] Adding Travis Continuous Intergration Support [ticket/10704] minor typo in a comment [ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html [ticket/10691] Fixed the speed of creating search index [task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era. [task/php54] Disable E_STRICT in Olympus when running on PHP 5.4. [task/php54] Refactor error_reporting call slightly. [ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue [ticket/10689] Fix "First character"-option in "Find a member"-search ... Conflicts: phpBB/styles/prosilver/theme/cp.css
| * | | | [feature/prosilver-cleanup/duplicate-colors] Removing duplicate colorsVjacheslav Trushkin2012-02-166-365/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing color values from files other than colours.css PHPBB3-10619