377 Commits

Author SHA1 Message Date
Samuel Georges
0a6e14f4d2 Popup control now supports several sizes via data-size attribute: giant, huge, large, small, tiny.
Fixes various bugs in RC version
2015-02-11 14:36:00 +11:00
Samuel Georges
8c4dfd156d Cron package has been removed 2015-02-11 14:35:01 +11:00
Samuel Georges
b4c49ca0fd Move backend helper to its own directory 2015-02-11 14:34:37 +11:00
Samuel Georges
c16a12dab7 Merge pull request #929 from jtherczeg/develop
Hungarian language files updated for Build 186
2015-02-10 17:57:11 +11:00
Samuel Georges
b794a74762 Pass along the build number when updating 2015-02-10 17:49:15 +11:00
Samuel Georges
f6371d532b Fixes unit tests 2015-02-10 17:45:27 +11:00
Samuel Georges
610ea932fc Fixes #856 - Implement a linking policy, defaults to relative 2015-02-09 21:52:17 +11:00
Samuel Georges
aba7021834 Plugins can now registerSchedule() 2015-02-09 21:50:41 +11:00
Samuel Georges
a2a929a17a Create jobs table to replace internal cron queue driver 2015-02-07 21:07:08 +11:00
Samuel Georges
c8e23699c8 Good bye Dispatcher, Hello registerSchedule() 2015-02-07 19:24:08 +11:00
Samuel Georges
9d649ebb1e Remove deprecated path symbols 2015-02-07 16:20:34 +11:00
Samuel Georges
68909f1bfe Fixes Custom Exception Handler for L5 2015-02-07 16:14:26 +11:00
Samuel Georges
9dba058fe5 Remove PATH_APP + PATH_BASE constants 2015-02-07 15:43:49 +11:00
Samuel Georges
8e1b4c2f68 Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
Samuel Georges
fbf46519b4 Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
Samuel Georges
f08f954248 Move Foundation registration out 2015-02-07 15:07:56 +11:00
Samuel Georges
9a616b6174 Fix clear cache, update storage paths 2015-02-07 14:50:03 +11:00
Samuel Georges
2a9c335ece Fixes for artisan to work 2015-02-07 13:20:04 +11:00
Samuel Georges
f4e60f105a Prevents infinite loop with traceSql(), remember() is back 2015-02-07 10:08:10 +11:00
jtherczeg
11d411bc89 Hungarian language files updated for Build 186 2015-02-05 19:57:49 +01:00
Samuel Georges
4c29c5080d Clean up, get front and backends operational again 2015-02-05 19:47:20 +11:00
Samuel Georges
03eb949e71 Add illuminate/html package, DB -> Db, HTML -> Html 2015-02-04 20:03:44 +11:00
Samuel Georges
899100919d Rewrite all implementations of remember() on models 2015-02-04 19:52:59 +11:00
Samuel Georges
beb818efa5 Merge branch 'develop' into laravel5
Conflicts:
	modules/cms/classes/CmsCompoundObject.php
	modules/system/ServiceProvider.php
2015-02-04 19:35:55 +11:00
Samuel Georges
ed22cc9186 Migrate bootstrap process 2015-02-04 19:31:41 +11:00
Samuel Georges
b915c2003c Merge pull request #904 from gergo85/master
Minor cleanup
2015-01-31 14:28:05 +11:00
Samuel Georges
393c900342 Refs #900 - Add polish language 2015-01-31 14:26:45 +11:00
Samuel Georges
f975769397 Fixes typo in language key 2015-01-31 14:20:19 +11:00
Samuel Georges
4d67273dbf Merge pull request #919 from carlos-arroyo/develop
Add Mandrill support patch
2015-01-31 14:13:16 +11:00
Samuel Georges
b68fb6efd4 Merge pull request #912 from jumilla/patch-ja
Update translation for Japanese.
2015-01-31 13:32:19 +11:00
Samuel Georges
b504128d61 Pass edge flag along with update requests 2015-01-31 13:30:29 +11:00
Carlos Arroyo
a002319af1 Add Mandrill support patch 2015-01-30 15:51:25 +11:00
Samuel Georges
569fe2e468 These events should pass the context, to be aligned with the others 2015-01-29 20:06:06 +11:00
Samuel Georges
b13eb26b52 Update Font Autumn to latest 2015-01-28 18:28:35 +11:00
Samuel Georges
b1b700368f Radical reorg of some classes 2015-01-28 11:49:54 +11:00
Fumio Furukawa
77a4e49892 Update translation for Japanese. 2015-01-27 02:46:30 +09:00
Samuel Georges
c1c733769f Merge pull request #903 from jtherczeg/develop
Corrections and updates for Build 182
2015-01-25 13:20:29 +11:00
Samuel Georges
1e0a890efb Fixes #898 - Manually added translations 2015-01-25 13:14:31 +11:00
gergo85
c65b7a6b8e Minor cleanup 2015-01-22 09:06:30 +01:00
jtherczeg
831ff79c47 Corrections and updates for Build 182 2015-01-21 18:32:23 +01:00
Samuel Georges
eb8f4ec1a8 Removed generic permission "Manage settings", these should be more granular to the tool
Fixes #831 - Fixes dashboard redirect, add "Manage mail settings" permission
Fixes bug in Settings permissions, they now work!
2015-01-18 13:16:18 +11:00
Samuel Georges
b970ffba96 Rem deprecated code 2015-01-18 12:14:05 +11:00
Samuel Georges
fe05f96266 Revert change, we don't need pagination here 2015-01-18 11:13:51 +11:00
Samuel Georges
aef8ee038a Merge pull request #894 from gergo85/master
Show table setup icon and pagination
2015-01-18 11:12:35 +11:00
gergo85
5e55588ba9 Show table setup icon and pagination 2015-01-17 12:09:29 +01:00
jtherczeg
a629c46c69 Updates for Build 178
Hungarian language files updated for Build 178
2015-01-16 15:00:40 +01:00
Samuel Georges
69a3aedffb Fixes an issue where duplicate assets are sent across the AJAX wire 2015-01-13 17:46:46 +11:00
Samuel Georges
c4cef299dd Fixes #828 - php artisan october:util compile assets 2015-01-12 20:08:53 +11:00
Samuel Georges
dd6233e81d Clean up code 2015-01-10 10:41:02 +11:00
Samuel Georges
c2b6b4be5f Merge pull request #865 from gergo85/master
Add plugin counter
2015-01-10 10:30:54 +11:00