Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
credit where credit is due
  • Loading branch information
matthiasmullie committed Oct 21, 2011
1 parent f5c84c2 commit 84c288c
Show file tree
Hide file tree
Showing 93 changed files with 94 additions and 74 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,7 @@ Improvements:
* Core: removed "markup" folder, this is now available at http://www.fork-cms.com/markup.
* Core: allow for non-standard characters to be used in urls.
* Core: validate slugs that are being added with javascript whilst typing the title using meta-class.
* Core: update default favicon.


2.6.13 (2011-10-18)
Expand Down
2 changes: 1 addition & 1 deletion backend/core/ajax/generate_url.php
Expand Up @@ -6,7 +6,7 @@
* @package backend
* @subpackage core
*
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendCoreAjaxGenerateUrl extends BackendBaseAJAXAction
Expand Down
2 changes: 1 addition & 1 deletion backend/core/config.php
Expand Up @@ -6,7 +6,7 @@
* @package backend
* @subpackage core
*
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
final class BackendCoreConfig extends BackendBaseConfig
Expand Down
2 changes: 1 addition & 1 deletion backend/core/installer/install.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Tijs Verkoyen <tijs@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @author Dieter Vanden Eynde <dieter@netlash.com>
* @since 2.0
*/
Expand Down
1 change: 1 addition & 0 deletions backend/core/js/backend.js
Expand Up @@ -1419,6 +1419,7 @@ jsBackend.tabs =
* Apply TinyMCE
*
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Matthias Mullie <matthias@mullie.eu>
*/
jsBackend.tinyMCE =
{
Expand Down
2 changes: 1 addition & 1 deletion backend/core/js/utils.js
Expand Up @@ -178,7 +178,7 @@ utils.form =
*
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Dieter Vanden Eynde <dieter@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
*/
utils.string =
{
Expand Down
2 changes: 1 addition & 1 deletion backend/core/layout/css/conditionals/ie7.css
Expand Up @@ -6,7 +6,7 @@
@subpackage core
@author Johan Ronsse <johan@netlash.com>
Matthias Mullie <matthias@netlash.com>
Matthias Mullie <matthias@mullie.eu>
@since 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion backend/core/layout/css/conditionals/ie8.css
Expand Up @@ -5,7 +5,7 @@
@package backend
@subpackage core
@author Matthias Mullie <matthias@netlash.com>
@author Matthias Mullie <matthias@mullie.eu>
@since 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion backend/core/layout/css/imports/core_modules.css
Expand Up @@ -9,7 +9,7 @@
@author Johan Ronsse <johan@netlash.com>
Thomas Deceuninck <thomasdeceuninck@netlash.com>
Matthias Mullie <matthias@netlash.com>
Matthias Mullie <matthias@mullie.eu>
@since 2.0
*/
Expand Down
Binary file modified backend/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions backend/init.php
Expand Up @@ -7,6 +7,7 @@
* @subpackage core
*
* @author Tijs Verkoyen <tijs@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendInit
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/blog/actions/add.php
Expand Up @@ -9,7 +9,7 @@
* @author Davy Hellemans <davy@netlash.com>
* @author Dave Lens <dave@netlash.com>
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendBlogAdd extends BackendBaseActionAdd
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/blog/actions/edit.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Dave Lens <dave@netlash.com>
* @author Davy Hellemans <davy@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @since 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/blog/actions/index.php
Expand Up @@ -9,7 +9,7 @@
* @author Davy Hellemans <davy@netlash.com>
* @author Dave Lens <dave@netlash.com>
* @author Tijs Verkoyen <tijs@sumocoders.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendBlogIndex extends BackendBaseActionIndex
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/blog/engine/model.php
Expand Up @@ -9,7 +9,7 @@
* @author Davy Hellemans <davy@netlash.com>
* @author Dave Lens <dave@netlash.com>
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendBlogModel
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/blog/installer/install.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BlogInstall extends ModuleInstaller
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/content_blocks/actions/add.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Tijs Verkoyen <tijs@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendContentBlocksAdd extends BackendBaseActionAdd
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/content_blocks/actions/edit.php
Expand Up @@ -9,7 +9,7 @@
* @author Davy Hellemans <davy@netlash.com>
* @author Tijs Verkoyen <tijs@netlash.com>
* @author Dieter Vanden Eynde <dieter@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendContentBlocksEdit extends BackendBaseActionEdit
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/content_blocks/engine/model.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @author Dieter Vanden Eynde <dieter@netlash.com>
* @since 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/faq/actions/add.php
Expand Up @@ -7,7 +7,7 @@
* @subpackage faq
*
* @author Lester Lievens <lester@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendFaqAdd extends BackendBaseActionAdd
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/faq/actions/edit.php
Expand Up @@ -7,7 +7,7 @@
* @subpackage faq
*
* @author Lester Lievens <lester@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendFaqEdit extends BackendBaseActionEdit
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/faq/engine/model.php
Expand Up @@ -7,7 +7,7 @@
* @subpackage faq
*
* @author Lester Lievens <lester@netlash.com>
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendFaqModel
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/faq/installer/install.php
Expand Up @@ -6,7 +6,7 @@
* @package installer
* @subpackage faq
*
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class FaqInstall extends ModuleInstaller
Expand Down
1 change: 1 addition & 0 deletions backend/modules/locale/actions/add.php
Expand Up @@ -8,6 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Lowie Benoot <lowie@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendLocaleAdd extends BackendBaseActionAdd
Expand Down
1 change: 1 addition & 0 deletions backend/modules/locale/actions/edit.php
Expand Up @@ -8,6 +8,7 @@
*
* @author Davy Hellemans <davy@netlash.com>
* @author Lowie Benoot <lowie@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendLocaleEdit extends BackendBaseActionEdit
Expand Down
1 change: 1 addition & 0 deletions backend/modules/locale/ajax/save_translation.php
Expand Up @@ -7,6 +7,7 @@
* @subpackage locale
*
* @author Lowie Benoot <lowie@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendLocaleAjaxSaveTranslation extends BackendBaseAJAXAction
Expand Down
1 change: 1 addition & 0 deletions backend/modules/locale/engine/model.php
Expand Up @@ -10,6 +10,7 @@
* @author Tijs Verkoyen <tijs@sumocoders.be>
* @author Dieter Vanden Eynde <dieter@dieterve.be>
* @author Lowie Benoot <lowie@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.0
*/
class BackendLocaleModel
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/location/actions/add.php
Expand Up @@ -6,7 +6,7 @@
* @package backend
* @subpackage location
*
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendLocationAdd extends BackendBaseActionAdd
Expand Down
2 changes: 1 addition & 1 deletion backend/modules/location/actions/delete.php
Expand Up @@ -6,7 +6,7 @@
* @package backend
* @subpackage location
*
* @author Matthias Mullie <matthias@netlash.com>
* @author Matthias Mullie <matthias@mullie.eu>
* @since 2.1
*/
class BackendLocationDelete extends BackendBaseActionDelete
Expand Down