aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10390] Serve jQuery from Google CDN Yes/No button in ACPMatt Friedman2011-09-277-61/+11
* [ticket/10390] Use simpler HTML5 compliant js for the jQuery fallbackMatt Friedman2011-09-275-5/+5
* [ticket/10390] Drop http protocol for Microsoft's CDN optionMatt Friedman2011-09-271-3/+4
* [ticket/10390] Reword the language for jQuery host/server optionsMatt Friedman2011-09-271-6/+6
* [ticket/10390] Fix a type-o - captialize AJAXMatt Friedman2011-09-261-1/+1
* [ticket/10390] Improve the jQuery CDN url generation functionMatt Friedman2011-09-261-4/+7
* [ticket/10390] Move jQuery version definitionMatt Friedman2011-09-261-1/+3
* [ticket/10390] Allow option for jQuery to be hosted by a remote CDNMatt Friedman2011-09-2614-7/+69
* Merge remote-tracking branch 'cs278/ticket/10375' into developAndreas Fischer2011-09-231-16/+11
|\
| * [ticket/10375] Rework $source_file setting.Chris Smith2011-09-211-3/+12
| * [ticket/10375] Make _tpl_load() a little leaner.Chris Smith2011-09-211-19/+6
| * [ticket/10375] Use existing method to generate cache file name.Chris Smith2011-09-211-2/+1
* | Merge remote-tracking branch 'cs278/ticket/10152' into developIgor Wiedler2011-09-211-1/+0
|\ \
| * | [ticket/10152] Remove end '?>' from generated config.php.Chris Smith2011-09-211-1/+0
| |/
* | Merge branch 'develop' of github.com:phpbb/phpbb3 into developIgor Wiedler2011-09-21220-3532/+1810
|\ \ | |/
| * Merge remote-tracking branch 'github-cs278/feature/remove-db-styles' into dev...Nils Adermann2011-09-2122-1168/+135
| |\
| | * [feature/remove-db-styles] Remove forgotten template variables.Chris Smith2011-09-201-6/+0
| | * [feature/remove-db-styles] Removed style.php!Chris Smith2011-09-202-165/+1
| | * [feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.Chris Smith2011-09-201-18/+52
| | * [feature/remove-db-styles] Update language to reflect removal of db storage.Chris Smith2011-09-201-18/+6
| | * [feature/remove-db-styles] Mark log entrys as deprecated.Chris Smith2011-09-201-0/+6
| | * [feature/remove-db-styles] Add error if template/theme file is unwritable.Chris Smith2011-09-202-29/+26
| | * [feature/remove-db-styles] Add schema changes sinces 3.0.x.Chris Smith2011-09-201-1/+10
| | * [feature/remove-db-styles] Readd table constant for upgrades etc.Chris Smith2011-09-201-0/+1
| | * [feature/remove-db-styles] Update database schemas.Chris Smith2011-09-209-149/+5
| | * [feature/remove-db-styles] Remove style.php DB storage.Chris Smith2011-09-203-69/+6
| | * [feature/remove-db-styles] Remove parse_css_file option from themes.Chris Smith2011-09-202-7/+0
| | * [feature/remove-db-styles] Remove DB theme handling code from session.Chris Smith2011-09-201-49/+2
| | * [feature/remove-db-styles] ACP has forgotten how to store themes in the DB.Chris Smith2011-09-201-120/+22
| | * [feature/remove-db-styles] Missed a few template DB bits in acp_styles.Chris Smith2011-09-201-23/+3
| | * [feature/remove-db-styles] Removing unused methods from acp_style.Chris Smith2011-09-201-176/+0
| | * [feature/remove-db-styles] Removed database storage of style components.Chris Smith2011-09-209-373/+30
| * | Merge remote-tracking branch 'github-cs278/ticket/10374' into developNils Adermann2011-09-211-1/+1
| |\ \ | | |/ | |/|
| | * [ticket/10374] Remove 'custom template' cache prefix.Chris Smith2011-09-201-1/+1
| * | [ticket/10371] Removing last mentions of imagesetVjacheslav Trushkin2011-09-202-15/+1
| |/
| * Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' int...Nils Adermann2011-09-20210-2294/+1558
| |\
| | * [feature/remove-imagesets] Script for converting imageset to cssVjacheslav Trushkin2011-09-041-0/+274
| | * [feature/remove-imagesets] Changing subsilverVjacheslav Trushkin2011-09-0421-55/+598
| | * [feature/remove-imagesets] Changing prosilverVjacheslav Trushkin2011-09-0410-154/+617
| | * [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-0412-342/+16
| | * [feature/remove-imagesets] Changing admin control panel styles moduleVjacheslav Trushkin2011-09-035-985/+33
| | * [feature/remove-imagesets] Changing database structureVjacheslav Trushkin2011-09-0312-460/+20
| | * [feature/remove-imagesets] Removing imageset filesVjacheslav Trushkin2011-09-036-298/+0
| | * [feature/remove-imagesets] Moving imagesVjacheslav Trushkin2011-09-03143-0/+0
| * | Merge branch 'develop-olympus' into developNils Adermann2011-09-191-37/+20
| |\ \
| | * | [ticket/10370] Add function documentation for get_stacktrace().Andreas Fischer2011-09-191-1/+6
| | * | [ticket/10370] Explain that we are not the ones hiding backtrace pieces.Andreas Fischer2011-09-191-2/+3
| | * | [ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().Andreas Fischer2011-09-191-2/+1
| | * | [ticket/10370] Add require_once to whitelisted functions.Andreas Fischer2011-09-191-1/+1
| | * | [ticket/10370] Use single string instead of an array for arguments.Andreas Fischer2011-09-191-3/+3