27 Commits

Author SHA1 Message Date
Samuel Georges
5c736df2ee Adds other asset folders we are aware of - Refs #1331 2015-08-01 08:57:10 +10:00
Samuel Georges
3f58cd70fc And client-side locale messages 2015-07-29 19:17:38 +10:00
Samuel Georges
846858f2cb Add --debug flag to "compile js" utility cmd 2015-07-15 16:52:13 +10:00
Samuel Georges
e27bbbdcec Consistency is key 2015-05-14 17:34:43 +10:00
Samuel Georges
12d92dd715 ThemeDelete -> ThemeRemove 2015-05-02 12:31:35 +10:00
Samuel Georges
2a1754a4c5 Streamline code from #1083 2015-05-02 12:29:22 +10:00
krisawzm
6c925ff51e Minor changes. 2015-04-26 20:16:38 +02:00
krisawzm
0947a60969 Fixes missing argument for sprintf 2015-04-25 04:10:51 +02:00
krisawzm
28c7dbd285 - Adds artisan command october:fresh for removing the demo included with October.
- Adds new artisan commands related to themes:
  theme:list     List all available themes (in marketplace.)
  theme:use      Switch the active theme.
  theme:install  Install a theme from the marketplace.
  theme:delete   Delete an existing theme.

This could make the development workflow for setting up a new project alot quicker.
For instance, take a look at https://github.com/krisawzm/blank-theme
This is just a blank scaffolding theme that you can build on. You could install it by simply running
php artisan theme:install krisawzm.blank - after running october:fresh, of course.
2015-04-25 03:57:40 +02:00
Samuel Georges
857c7c715a Adds experimental october:mirror command 2015-04-11 23:03:15 +10:00
Samuel Georges
54fe8452e5 uploadsPath -> cms.storage.uploads.path 2015-02-23 19:55:41 +11:00
Samuel Georges
7145aac457 Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath
Deprecate data-trigger-type on triggerapi
Fixes ref to Util class
2015-02-17 20:58:38 +11:00
Samuel Georges
ce14c0c926 The command to clear the CMS cache has changed 2015-02-11 20:39:25 +11:00
Samuel Georges
9a616b6174 Fix clear cache, update storage paths 2015-02-07 14:50:03 +11:00
Samuel Georges
c4cef299dd Fixes #828 - php artisan october:util compile assets 2015-01-12 20:08:53 +11:00
Sam Georges
c83797231d Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
Sam Georges
7d0a210fac When cms.disableCoreUpdates is set to true the Backend will no longer display updates for the core. 2014-11-01 11:33:33 +11:00
Stefan Talen
f85087eac6 Updating modules/system 2014-10-18 11:58:50 +02:00
Sam Georges
19a3fe2b43 Added a new console command october:util for performing utility and maintenance tasks. 2014-07-25 17:43:03 +10:00
Sam Georges
9b85038203 Fixes #452 - New config item disableCoreUpdates 2014-07-24 19:16:19 +10:00
Sam Georges
0fbe4400ed Add --core, --plugins and --force options to october:update 2014-07-06 11:31:51 +10:00
Adis
9d3a0dec5c Fix #324 2014-06-19 13:39:15 +06:00
Sam Georges
c8d76c18e4 Fixes clear cache command 2014-06-12 13:29:41 +10:00
Sam Georges
3c84337da7 Fixes #222 - Plugin commands are now case insensitive 2014-05-29 17:33:02 +10:00
Sam Georges
08bc886d1b Plugins with missing dependancies are disabled by the system.
Plugins can now be disabled manually by config (see config cms.disablePlugins).
2014-05-21 16:36:05 +10:00
Sam Georges
f208e8d40d Fixes https://github.com/octobercms/install/issues/14 - clearing the cache softly now 2014-05-15 08:35:41 +10:00
Sam Georges
71a5dd67ab Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00