aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
* [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