aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | [ticket/10734] Removed all the unnecessary corner classesShibu Lijack2012-04-0250-228/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Removed unwanted span classesShibu Lijack2012-04-0231-99/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the corner and clear span classes 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] Fixed template filesShibu Lijack2012-03-319-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary span from several other template files PHPBB3-10734
* | | | | | | | | | | | [ticket/10734] Fixed template filesShibu Lijack2012-03-314-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary span from overall_header, overall_footer, forumlist_body, viewforum_body. PHPBB3-10734
* | | | | | | | | | | | [ticket/10734] CSS tweaksShibu Lijack2012-03-311-4/+29
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified colours.css Removed the corner images. Added border radius. PHPBB3-10734
* | | | | | | | | | | Merge pull request #673 from naderman/ticket/10736Igor Wiedler2012-03-311-5/+28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10736] Run composer in phing builds
| * | | | | | | | | | | [ticket/10736] Run composer in phing buildsNils Adermann2012-03-311-5/+28
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10736
* | | | | | | | | | | Merge pull request #672 from unknownbliss/ticket/10736Igor Wiedler2012-03-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | [ticket/10736] Changing travis so it installs composer.phar to phpBB/
| * | | | | | | | | | [ticket/10736] Changing travis so it installs composer.phar to phpBB/Michael Cullum2012-03-311-0/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10736
* | | | | | | | | | Merge remote-tracking branch 'igorw/feature/ajax' into developDavid King2012-03-3049-70/+1203
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [feature/ajax] Remove strange non-breaking spaces from approve buttonIgor Wiedler2012-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The viewtopic inline approve/disapprove buttons for posts had spaces. PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Add entirely unrelated but nice newlinesIgor Wiedler2012-03-312-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Unify phpbb_json_response instantiationIgor Wiedler2012-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Fix acp_styles activate_deactivate ajax callback nameIgor Wiedler2012-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Send correct activate/deactivate JSON response in acp_profileIgor Wiedler2012-03-311-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [ticket/10270] Alter background colors for postsVjacheslav Trushkin2012-03-311-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change background colors for posts after deleted post PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Remove not working module enable/disable ajax codeIgor Wiedler2012-03-312-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Replace static call to phpbb_request with OOIgor Wiedler2012-03-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Remove quick-reply AJAX handling until we have something goodIgor Wiedler2012-03-312-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current implementation is not very user friendly, lots of things flashing in the user's face. We can re-consider AJAX when we have a decent solution. PHPBB3-10270
| * | | | | | | | | | [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-317-11/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
| * | | | | | | | | | [ticket/10270] Disabling links in disappearing contentVjacheslav Trushkin2012-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling click events for blocks that are being removed via ajax PHPBB3-10270
| * | | | | | | | | | [ticket/10291] Fixed an AJAX bug on quick reply form submit.Callum Macrae2012-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It wasn't fading out. PHPBB3-10291
| * | | | | | | | | | [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-312-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10273
| * | | | | | | | | | [ticket/10272] Removed code that was prevent event propogation in AJAX.Callum Macrae2012-03-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10272
| * | | | | | | | | | [ticket/10291] Fixed a bug in the quick reply AJAX.Callum Macrae2012-03-311-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It wasn't submitting, as jQuery was ignoring the submit value. PHPBB3-10291
| * | | | | | | | | | [feature/ajax] Handle acp_modules error cases with JSON responseIgor Wiedler2012-03-311-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Fix filter check, quick mod tools data-attributeIgor Wiedler2012-03-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Use the error handlerIgor Wiedler2012-03-311-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Generic error handling with a phpbb.alert boxIgor Wiedler2012-03-314-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-312-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-312-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Bind to form.submit instead of form input.clickIgor Wiedler2012-03-311-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Rename exception to filterIgor Wiedler2012-03-312-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Add a missing semicolonIgor Wiedler2012-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Fix the alt_text ajax callbackIgor Wiedler2012-03-311-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Better handling for zebraVjacheslav Trushkin2012-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better handling for zebra: message is displayed instead of first .zebra. Other .zebra entries are emptied, but not completely removed to avoid changing layout. PHPBB3-10272
| * | | | | | | | | | [feature/ajax] Do not hard-code sorting images of acp_forums orderingIgor Wiedler2012-03-314-8/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-313-11/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Make quick-mod tools "exception" handling more explicitIgor Wiedler2012-03-311-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Only allow object argument for phpbb.ajaxifyIgor Wiedler2012-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Fix alt_text and overlay closingIgor Wiedler2012-03-311-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] JavaScript strict modeIgor Wiedler2012-03-313-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270
| * | | | | | | | | | [feature/ajax] Stylistic JavaScript adjustmentsIgor Wiedler2012-03-313-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10270