aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/11879] Replace .live() with .on()Vjacheslav Trushkin2013-10-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11879
* | | | [ticket/11241] Fix the disappearing dropdown when responsive changes take effectCesar G2013-12-061-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add border to dropdown menu options.Cesar G2013-12-062-43/+41
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add events & var for extensions to dropdown.Cesar G2013-12-061-1/+3
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Use DEFINE for the block.Cesar G2013-12-061-3/+4
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-062-13/+41
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | Merge remote-tracking branch 'cyberalien/ticket/11979' into developJoas Schilling2013-12-061-0/+33
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | * cyberalien/ticket/11979: [ticket/11979] Fix errors in dropdown [ticket/11979] Add ability to create dropdown menu to prosilver
| * | | [ticket/11979] Fix errors in dropdownVjacheslav Trushkin2013-11-201-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11979
| * | | [ticket/11979] Add ability to create dropdown menu to prosilverVjacheslav Trushkin2013-11-141-0/+33
| | | | | | | | | | | | | | | | PHPBB3-11979
* | | | Merge remote-tracking branch 'cyberalien/ticket/11969' into developJoas Schilling2013-12-035-22/+50
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | * cyberalien/ticket/11969: [ticket/11969] Change topic link to unread post in subsilver2 [ticket/11969] Change topic link to unread post in prosilver [ticket/11969] New language strings for first and last post links
| * | | [ticket/11969] Change topic link to unread post in prosilverVjacheslav Trushkin2013-10-255-22/+50
| | | | | | | | | | | | | | | | PHPBB3-11969
* | | | Merge remote-tracking branch 'vsephpbb/ticket/12014' into developJoas Schilling2013-12-031-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12014: [ticket/12014] Change event date in docs [ticket/12014] Fix version number in event docs [ticket/12014] Template Event index_body.html before forumlist
| * | | | [ticket/12014] Template Event index_body.html before forumlistMatt Friedman2013-11-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add content above the forums list (on forum index only) PHPBB3-12014
* | | | | [ticket/11346] Hide "Mark topics read" link when forum is empty.Cesar G2013-12-011-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TOTAL_POSTS and TOTAL_USERS are not defined for viewforum.php. PHPBB3-11346
* | | | | [ticket/12042] Replace B with a more meaningful key nameJoas Schilling2013-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12042
* | | | | [ticket/12042] Add all language strings from PLUpload 2.0 to the language fileJoas Schilling2013-11-271-14/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-12042
* | | | | Merge remote-tracking branch 'Marc/ticket/11914' into developJoas Schilling2013-11-271-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11914: [ticket/11914] Add assets version to included plupload scripts [ticket/11914] Update plupload to 2.0.0 [ticket/11914] Use unix line endings in plupload queue css file
| * | | | | [ticket/11914] Add assets version to included plupload scriptsMarc Alexander2013-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11914
| * | | | | [ticket/11914] Update plupload to 2.0.0Marc Alexander2013-10-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no longer seperate javascript files for each type of uploader. New filenames have been kept as used inside the plupload package. PHPBB3-11914
* | | | | | [ticket/12028] Replace L_COLON with literal colons9e2013-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace L_COLON with literal colon in JavaScript context. [ci skip] PHPBB3-12028
* | | | | | Merge pull request #1854 from Pico88/ticket/12005Nathan Guse2013-11-211-25/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12005] Remove code responsible for PM popup completely
| * | | | | | [ticket/12005] Delete templates filesLukasz2013-11-081-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12005
* | | | | | | Merge pull request #1856 from prototech/ticket/12001Nathan Guse2013-11-212-27/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12001] Ensure that form data is sent to server in AJAX requests.
| * | | | | | | [ticket/12001] Ensure that form data is sent to server in AJAX requests.Cesar G2013-11-082-27/+30
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-12001
* | | | | | | Merge pull request #1860 from prototech/ticket/12010Nathan Guse2013-11-212-13/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12010] Make the navbar icons clickable.
| * | | | | | | [ticket/12010] Make the navbar icons clickable.Cesar G2013-11-082-13/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12010
* | | | | | | Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-212-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/10810] Move color swatches from popup windows to inline blocks.
| * | | | | | | [ticket/10810] Update all palettes.Cesar G2013-11-132-2/+7
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-10810
* | | | | | | Merge pull request #1878 from blitze/ticket/12024Nathan Guse2013-11-212-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [ticket/12024] Template event overall_header_content_before
| * | | | | | [ticket/12024] Add new lineOpenShift guest2013-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12024
| * | | | | | [ticket/12024] Template event overall_header_content_beforeOpenShift guest2013-11-182-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44959 http://tracker.phpbb.com/browse/PHPBB3-12024 PHPBB3-12024
* | | | | | | [ticket/11472] Use {T_ASSETS_PATH}.Cesar G2013-11-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
* | | | | | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
* | | | | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-123-424/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | PHPBB3-11472
* | | | | | Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-0418-25/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11935] Fix invalid HTML and Errors
| * \ \ \ \ \ [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-2921-406/+617
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * \ \ \ \ \ \ Merge branch 'develop' into ticket/11935Matt Friedman2013-10-2021-139/+538
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | [ticket/11935] Remove obsolete table attributes from ProsilverMatt Friedman2013-10-1913-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
| * | | | | | | [ticket/11935] Fix invalid HTML usage of <label> tag in prosilverMatt Friedman2013-10-196-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
* | | | | | | | Merge pull request #1826 from imkingdavid/ticket/11975Nathan Guse2013-11-044-7/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/11975] Add ACP link next to MCP link in header
| * | | | | | | | [ticket/11975] Remove copy/paste fail, fix testsDavid King2013-11-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | | | | | [ticket/11975] Change shortened ACP/MCP label to Administer/ModerateDavid King2013-11-024-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also utilizing the new data-responsive-text attribute PHPBB3-11975
| * | | | | | | | [ticket/11975] Make link text shorter on smaller resolutionsDavid King2013-11-024-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | | | | | [ticket/11975] Add ACP link next to MCP link in headerDavid King2013-11-024-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11975
* | | | | | | | | Merge remote-tracking branch 'prototech/ticket/11899' into developDhruv2013-11-041-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11899: [ticket/11899] Give indication of activity after voting in poll.
| * | | | | | | | | [ticket/11899] Give indication of activity after voting in poll.Cesar G2013-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11899
* | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/11928' into developDhruv2013-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11928: [ticket/11928] Javascript requires camel case. [ticket/11928] Rename loadingAlert to loading_indicator. [ticket/11928] Make sure the indicator is on top of other elements. [ticket/11928] Replace AJAX loading popup with animation.
| * | | | | | | | | [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-1/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11928
* | | | | | | | | [ticket/11972] Add posting_editor_message_after template eventDavid King2013-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11972
* | | | | | | | | [ticket/11972] Add posting_editor_message_before template eventDavid King2013-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11972