Skip to content

Commit

Permalink
Merge branch '2.9' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 24, 2013
2 parents c7615cc + f521ca4 commit 350a4fe
Show file tree
Hide file tree
Showing 504 changed files with 1,202 additions and 23,655 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "components"
}
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# Mac OS X crap
.DS_Store

# CodeKit configuration
codekit-config.json

# Builds
build/*

Expand All @@ -36,5 +33,8 @@ components/*
# Composer related stuff
vendor/*

# Bower related stuff
components/*

# node.js modules for development
node_modules/*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5

Expand Down
22 changes: 18 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,29 @@ CHANGELOG
This is a log of major user-visible changes in each phpMyFAQ release.

Version 3.0.0-dev - 2014-
- changed PHP requirement to PHP 5.4.4 and later (Thorsten)
- added Symfony HTTP Foundation 2.3.0 (Alexander M. Turek, Thorsten)
- added Twig 1.123.1 as new template engine (Alexander M. Turek, Thorsten)
- added support for Bower (Thorsten)
- updated bundled Symfony ClassLoader to version 2.3.0 (Thorsten)
- updated bundled Font Awesome to version 3.2.1 (Thorsten)
- dropped support for ext/mysql (Thorsten)

Version 2.8.2 -2013-07-
Version 2.9.0-dev 2014-
- changed PHP requirement to PHP 5.4.4 and later (Thorsten)
- added frontend dependency management using Bower (Thorsten)
- updated bundled Symfony ClassLoader to version 2.3.7 (Thorsten)

Version 2.8.4 - 2013-11-
- updated Chinese (Traditional) translation

Version 2.8.3 - 2013-11-18
- fixed missing permission check on Image Manager (Thorsten)
- improved HTML / CSS code (Michael Meister)
- updated Brazilian Portuguese translation
- updated Japanese translation
- updated Spanish translation
- updated Swedish translation
- fixed some minor bugs (Thorsten)

Version 2.8.2 - 2013-07-25
- added French Canada translation (Jacqueline Gazaille Tétreault)
- improved attachment upload dialog with HTML5 File API (Thorsten)
- updated Finnish translation (Pasi Pajukoski)
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ Mozilla Public License 2.0, see LICENSE for more information.

Licensed under the terms of the GNU Lesser General Public License

**[TinyMCE Ajax File Manager](http://www.phpletter.com/Our-Projects/Tinymce-Ajax-File-Manager-Project/)**

Licensed under the terms of the Mozilla Public License

**[SyntaxHighlighter](http://alexgorbatchev.com/wiki/SyntaxHighlighter)**

Licensed under the terms of the GNU Lesser General Public License
Expand Down
14 changes: 9 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"version": "3.0.0-dev",
"main": "phpmyfaq.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"modernizr": "2.6.2",
"bootstrap": "3.0.0",
"font-awesome": "3.2.1",
"sparkline": "2.1.1",
"jquery": "2.0.0"
"modernizr": "~2.6.3",
"bootstrap": "~3.0.2",
"rbootstrap": "~3.0.0",
"font-awesome": "~4.0.3",
"sparkline": "~2.1.2",
"tinymce": "~4.0.10",
"jquery": "1.10.2"
}
}
18 changes: 2 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,16 @@
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "jnaqsh/bootstrap",
"version": "master",
"source": {
"url": "https://github.com/jnaqsh/bootstrap.git",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4.4",
"symfony/class-loader": ">=2.3",
"symfony/http-foundation": ">=2.3",
"twig/twig": "*",
"phpseclib": "master@dev",
"tcpdf": "master@dev",
"twitteroauth": "master@dev",
"twitter/bootstrap": "2.3.*",
"jnaqsh/bootstrap": "master@dev"
"twitteroauth": "master@dev"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down
Loading

0 comments on commit 350a4fe

Please sign in to comment.