Commit Graph

359 Commits

Author SHA1 Message Date
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
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
gergo85 720cd0ac71 Add translate and remove unnecessary commas 2015-01-05 10:05:03 +01:00
gergo85 faf7e3df70 Add plugin counter 2015-01-05 10:03:07 +01:00
Samuel Georges 415f07eb1d Fixes various unit tests so they pass (Tested in Windows) 2015-01-05 12:37:04 +11:00
Samuel Georges 2160ddf3e5 Fixes unit test - normalize plugin paths for Win systems 2015-01-05 11:46:33 +11:00
Samuel Georges 59c9146b4f Merge pull request #861 from gergo85/master
Cleanup
2015-01-05 09:21:09 +11:00
gergo85 f0005d196b Cleanup
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges 8f8ac2dd02 Merge pull request #860 from gergo85/master
Improve multilanguage support and cleanup
2015-01-03 15:56:09 +11:00
Samuel Georges bc016adad7 Rollback performance change to framework.js because it's broken
(Submitting an invalid form in the backend will result in a page refresh, flash messaegs are suppressed)
K.I.S.S > Performance + premature optimization is the root of all evil
2014-12-28 13:03:52 +11:00
jtherczeg 242bac4ce8 Hungarian language files updated
Hungarian translations updated for the latest build, some corrections
made.
2014-12-22 19:06:15 +01:00
gergo85 c43680b2ef Improve multilanguage support and cleanup 2014-12-19 10:28:27 +01:00
alekseybobkov 3ac21e3c89 Merge branch 'develop' into table-widget 2014-12-17 22:15:23 -08:00
Samuel Georges 638bceec10 Send test email using new, cleaner approach 2014-12-18 14:27:35 +11:00
Samuel Georges 8cdb24c40a Might be a good idea to just always set the not modified header if we can 2014-12-17 14:55:16 +11:00
Samuel Georges 512e91118f Improved asset caching, when enabled the server will send a 304 Not Modified header 2014-12-17 13:46:08 +11:00
Samuel Georges e3dae22758 Back-end user groups can now be marked to add new administrators by default
Streamline naming of backend user groups
Add description field to backend user group table
2014-12-16 12:39:38 +11:00
Samuel Georges d3000ca51a Unify the handling of detailed exception messages 2014-12-16 12:21:55 +11:00
Samuel Georges 986b3a95a8 Add the ability to override the confirm function 2014-12-15 17:48:59 +11:00
Denis Malinochkin 690c95dbdf Switch position :) 2014-12-08 03:55:30 +03:00