Callum Macrae
1d36873afe
[ticket/10273] Changed variable names in the quickmodform AJAX.
...
They're now more descriptive.
PHPBB3-10273
2012-03-31 02:09:20 +02:00
Callum Macrae
8120023605
[ticket/10271] data-ajax="false" is now ignored.
...
PHPBB3-10271
2012-03-31 02:09:20 +02:00
Callum Macrae
95659ba92c
[ticket/10271] Reduced calls to $ in the AJAX JavaScript.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
Callum Macrae
1c5b1ede1c
[ticket/10271] Added comments to AJAX callbacks.
...
PHPBB3-10271
2012-03-31 02:09:19 +02:00
Callum Macrae
3166cbb33d
[ticket/10270] Replaced find by tag names with class names in the js.
...
What it was before (selecting by tag name) could have caused some
problems for style authors.
PHPBB3-10270
2012-03-31 02:09:18 +02:00
Callum Macrae
ba817086f8
[ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
db7c4f938e
[ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
0e55b2393d
[ticket/10270] Removed all the inline language and HTML from the JS.
...
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
818d989168
[feature/ajax] Moved script.js into a few different files.
...
Seperated it into: assets/javascript/core.js,
styles/prosilver/template/ajax.js and adm/style/ajax.js.
PHPBB3-10270
2012-03-31 02:09:17 +02:00
Callum Macrae
431a78f346
[ticket/10270] Got rid of the temporary jQuery for the AJAX changes.
...
The jQuery library wasn't included before, so a temporary one was
included. Now that igorws jQuery patch has been merged, the temporary
library can be removed.
PHPBB3-10270
2012-03-31 02:09:16 +02:00
Callum Macrae
420de9c9a0
[ticket/10270] Moved some HTML from the JavaScript to overall_footer.
...
PHPBB3-10270
2012-03-31 02:09:14 +02:00
Callum Macrae
59031fdc73
[ticket/10272] AJAXified the add / remove friend / foe links.
...
PHPBB3-10272
2012-03-31 02:09:12 +02:00
Callum Macrae
b9bbbc3ede
[ticket/10291] AJAXified quick reply form.
...
Also changed the show quick reply button to a button, not a submit - it was
affecting the behaviour of phpbb.ajaxify.
PHPBB3-10291
2012-03-31 02:09:12 +02:00
Callum Macrae
efe872745f
[feature/ajax] Replaced jQuery selectors with data attributes.
...
Due to problems that could have been caused by selecting the element using
jQuery selectors, they have been replaced by HTML5 data attributes.
PHPBB3-10270
2012-03-31 02:09:11 +02:00
Callum Macrae
8fd86717e1
[ticket/10271] Added ability for exceptions to phpbb.ajaxify.
...
Also made it easy for additional options to be added in the future.
PHPBB3-10271
2012-03-31 02:09:09 +02:00
Callum Macrae
f42f6f1902
[ticket/10273] Added phpbb.ajaxify_form and converted accept / deny to it.
...
Also made a few minor improvements to other JavaScript.
PHPBB3-10273
2012-03-31 02:00:22 +02:00
Callum Macrae
8a28456f75
[ticket/10273] AJAXified approve / disapprove posts (in viewtopic).
...
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
2012-03-31 02:00:22 +02:00
Callum Macrae
d420ceb9c7
[ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.
...
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
2012-03-31 02:00:22 +02:00
David King
dc07617c19
Merge branch 'callumacrae/ticket/10510-' into develop
2012-03-30 18:28:18 -04:00
Vjacheslav Trushkin
f15167bcfa
Merge remote-tracking branch 'imkingdavid/ticket/10727' into develop
...
* imkingdavid/ticket/10727:
[ticket/10727] Do not hide Quick Reply with javascript on prosilver
2012-03-31 00:22:04 +03:00
David King
3d610e3872
Merge remote-tracking branch 'cyberalien/feature/prosilver-cleanup/remove-tweaks2' into develop
2012-03-30 17:08:40 -04:00
Oleg Pudeyev
ae824aef12
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10730] Added label tag around "select" text in post splitting UI
2012-03-28 23:24:06 -04:00
Jan Schejbal
fff9f6611e
[ticket/10730] Added label tag around "select" text in post splitting UI
...
Added label tags around the "select" text in the post splitting UI in the MCP.
Had to add IDs based on the post ID to the select boxes to allow label to
work. Tested in Firefox and Chrome.
PHPBB3-10730
2012-03-29 04:16:34 +02:00
Oleg Pudeyev
4239d8aa4e
Merge remote-tracking branch 'brunoais/feature/save-post-on-report' into develop
...
* brunoais/feature/save-post-on-report:
[feature/save-post-on-report] Changed mark in subsilver2 to look like viewtopic
[feature/save-post-on-report] bbcode_nl2br missing.
[feature/save-post-on-report] Change the column type of reported text
[feature/save-post-on-report] Changed the name of the column
[feature/save-post-on-report] Bug fix table name
[feature/save-post-on-report] Saves the post reported when a report is creat
[feature/save-post-on-report] The complete changes for this feature
2012-03-27 22:45:02 -04:00
David King
cfb8f01040
[ticket/10727] Do not hide Quick Reply with javascript on prosilver
...
PHPBB3-10727
2012-03-24 22:03:03 -04:00
Andreas Fischer
67ae7f6b60
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
2012-03-22 11:11:31 +01:00
Andreas Fischer
99a271f34b
Merge remote-tracking branch 'nickvergessen/ticket/10717' into develop-olympus
...
* nickvergessen/ticket/10717:
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
2012-03-22 11:11:21 +01:00
Joas Schilling
2005c339ff
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
...
PHPBB3-10717
2012-03-20 17:45:08 +01:00
Bruno Ais
28c6b95100
[feature/save-post-on-report] bbcode_nl2br missing.
...
New lines were missing in the reported_post_text.
By adding the bbcode_nl2br() became as it is supposed to.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
95b5109c62
[feature/save-post-on-report] The complete changes for this feature
...
This covers all the changes so that when a report is made, the post
itself is copied and displayed in the MCP instead of the current post.
Unfortunatly, I made all commits in the wrong way and they were lost.
Now I have only the final files.
2012-03-19 08:27:31 -04:00
Callum Macrae
c52e99fdbb
[ticket/10510] Fixed a bug where quickmod tools weren't being displayed.
...
It was referring to some template variables that were removed in a
previous commit. Changed!
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
9a07f5287c
[ticket/10510] Moved quick-mod tools into a loop.
...
PHPBB3-10510
2012-03-17 18:06:37 +00:00
Oleg Pudeyev
1fa39ea722
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:35 -04:00
Oleg Pudeyev
81eeafbb8d
Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympus
...
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:29 -04:00
Joas Schilling
33dce916e2
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
...
PHPBB3-10690
2012-03-14 22:22:22 +01:00
Vjacheslav Trushkin
68fb7356b8
[feature/prosilver-cleanup/remove-tweaks2] Tweaks.css only for IE
...
Removing tweaks.css from stylesheet.css, including it for IE8 or older via conditional statements
PHPBB3-10622
2012-03-08 01:38:16 +02:00
callumacrae
c5de658c7f
[ticket/10510] Moved quick-mod tools markup to template.
...
PHPBB3-10510
2012-03-04 10:51:46 +00:00
Andreas Fischer
50d234b9af
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
Conflicts:
phpBB/styles/prosilver/template/memberlist_leaders.html
2012-02-28 22:25:09 +01:00
Andreas Fischer
f6cf8782c8
Merge remote-tracking branch 'nickvergessen/ticket/9220' into develop-olympus
...
* nickvergessen/ticket/9220:
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
2012-02-28 22:23:38 +01:00
Joas Schilling
d3091da5ea
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
...
The problem here was, that we use width: 100% in combination with the negative
margin. This causes the element to be just moved to the side, so it's not
centered anymore. width: auto would fix this, but it causes strange behaviour
on IE and looks even more ugly. So I decided to just remove the margin at all.
The border is now 1px thicker for all sides.
PHPBB3-9220
2012-02-27 16:32:29 +01:00
Andreas Fischer
23e845d066
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10453] Fixing spacing
2012-02-26 16:01:42 +01:00
Vjacheslav Trushkin
d3d8793c1f
[ticket/10453] Fixing spacing
...
Fixing spacing
PHPBB3-10453
2012-02-26 16:54:31 +02:00
Andreas Fischer
2f91623392
Merge remote-tracking branch 'nickvergessen/ticket/10458' into develop
...
* nickvergessen/ticket/10458:
[ticket/10458] Fix xHTML errors when print-viewing PMs
2012-02-25 20:34:23 +01:00
Vjacheslav Trushkin
b9da8f3a33
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10453] PM viewmessage page is misplacing the online icon
[ticket/10453] PM viewmessage page is misplacing the online icon
2012-02-24 20:05:41 +02:00
Vjacheslav Trushkin
8cb95b3b84
Merge branch 'ticket/raimon/10453' into develop-olympus
...
* ticket/raimon/10453:
[ticket/10453] PM viewmessage page is misplacing the online icon
[ticket/10453] PM viewmessage page is misplacing the online icon
2012-02-24 20:05:26 +02:00
Joas Schilling
30c08bfe5b
[ticket/10458] Fix xHTML errors when print-viewing PMs
...
PHPBB3-10458
2012-02-23 16:25:47 +01:00
Joas Schilling
8e1e48a7b6
[ticket/8636] Add resync option to topic_view moderation page
...
PHPBB3-8636
2012-02-23 10:55:57 +01:00
Patrick Webster
2a5e30db9e
[ticket/10641] Update MCP template with new plurality forms
...
Updates the MCP template according to PHPBB3-10345
PHPBB3-10641
2012-02-11 01:40:01 -06:00
Oleg Pudeyev
598e022d4c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
2012-02-10 21:00:51 -05:00
Oleg Pudeyev
ed6bd50ab8
Merge remote-tracking branch 'cyberalien/ticket/10569' into develop-olympus
...
* cyberalien/ticket/10569:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
2012-02-10 21:00:36 -05:00