aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket/10270] DRYed alert fades in core.js.Callum Macrae2012-03-311-15/+16
| | | | PHPBB3-10270
* [ticket/10272] Fixed a bug in the ajax exceptions callback handler.Callum Macrae2012-03-311-1/+1
| | | | | | | It was using code copied from a few lines above, which was designed for forms and doesn't work with links. PHPBB3-10272
* [ticket/10271] Added comments to the JavaScript ajax functions.Callum Macrae2012-03-311-1/+25
| | | | PHPBB3-10271
* [ticket/10270] Replaced find by tag names with class names in the js.Callum Macrae2012-03-311-3/+3
| | | | | | | What it was before (selecting by tag name) could have caused some problems for style authors. PHPBB3-10270
* [ticket/10270] Replaced keydown numbers with named constants.Callum Macrae2012-03-311-3/+5
| | | | PHPBB3-10270
* [ticket/10271] Removed excess whitespace from core.js.Callum Macrae2012-03-311-18/+18
| | | | PHPBB3-10271
* [ticket/10270] Renamed the CSS class "jalert" to "phpbb_alert".Callum Macrae2012-03-311-7/+12
| | | | PHPBB3-10270
* [ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.Callum Macrae2012-03-311-0/+17
| | | | PHPBB3-10270
* [ticket/10270] Removed all the inline language and HTML from the JS.Callum Macrae2012-03-311-8/+15
| | | | PHPBB3-10270
* [feature/ajax] Moved script.js into a few different files.Callum Macrae2012-03-311-0/+300
| | | | | | | Seperated it into: assets/javascript/core.js, styles/prosilver/template/ajax.js and adm/style/ajax.js. PHPBB3-10270
* [ticket/10155] Update to jQuery 1.6.2Igor Wiedler2011-07-121-3/+5
| | | | PHPBB3-10155
* [ticket/10155] Add jQuery, introduce global assets pathIgor Wiedler2011-07-111-0/+16
Add the jQuery JavaScript library to all pages, giving modifications instant access and allowing for any future core JavaScript to take advantage of it. Also introduce a global /assets directory for assets that are shared between styles. PHPBB3-10155