Samuel Georges
f6d76fade6
Moved dashboard css from storm to backend
...
Dashboard is a specific part of the backend and storm should stand alone from this
2016-02-25 18:07:25 +11:00
Pásztor Gábor
984674d987
Missing return
2016-02-25 07:44:02 +01:00
Pásztor Gábor
c17e9b0e33
Add index_onDelete method to ListController behavior.
2016-02-25 07:42:07 +01:00
alekseybobkov
a892fff938
UI updates
2016-02-24 21:24:31 -08:00
Samuel Georges
40e458d0b0
Colon is a valid character, doesn't mess up themes with underscores
...
Eg: SLIDERWEB.SLIDERWEB_0002_hydrogen-theme -> SLIDERWEB.SLIDERWEB.0002.hydrogen-theme
Reference: https://www.w3.org/TR/html401/types.html#type-name
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
2016-02-25 15:01:12 +11:00
Samuel Georges
77367c4cd9
Adds windows support to october:util git pull
2016-02-25 14:38:07 +11:00
Samuel Georges
79dfb37fe3
Adds october:util git pull command
2016-02-25 14:28:50 +11:00
pawel
c38b841eb8
fix function output in accordance to phpdoc and function naming
2016-02-25 01:11:29 +03:00
alekseybobkov
b1770626d7
UI updates
2016-02-23 21:44:05 -08:00
Denis Malinochkin
d801bafed5
Update Russian localization to the current build number
2016-02-23 17:43:05 +03:00
alekseybobkov
1deeddeedb
Minor update in the UI
2016-02-22 21:55:36 -08:00
alekseybobkov
6ed4bd5ef6
Updates in the UI
2016-02-22 21:52:23 -08:00
Samuel Georges
ce202c7951
create_onSave() forgot to extend model
2016-02-23 14:36:00 +11:00
Samuel Georges
ff52ad6595
Remove Illuminate references
2016-02-23 13:46:57 +11:00
alekseybobkov
96ae5d6ff3
Merge branch 'stable' into ui
2016-02-22 17:14:45 -08:00
Mariano Custiel
c94706ed05
Added the ability to create instances of components from factories to allow injection of dependencies in components
...
Fixed descriptions
Added missing new lines at the end of fixture components
Fixed problem with include path
Fixed code as suggested. Now everything is solved through app::make
Removed tests that are not needed anymore since last changes
2016-02-22 09:44:14 +01:00
Samuel Georges
202e542985
Oddly, JS may pass false as a string (@todo)
2016-02-20 17:15:21 +11:00
alekseybobkov
839eb02136
Merge branch 'stable' into ui
2016-02-19 22:13:25 -08:00
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08:00
Samuel Georges
da71a21172
Add oc.tableUpdateData event and readOnly to string processor
...
Minor tidy
2016-02-20 15:38:29 +11:00
Samuel Georges
18194fa0f9
Complete Table server data source
...
Recompile assets
2016-02-20 12:45:36 +11:00
Samuel Georges
c7530eece9
Merge pull request #1781 from sajjad-ser/master
...
Fix Some Typo
2016-02-20 10:17:01 +11:00
Samuel Georges
9b06549a13
Merge pull request #1783 from iBourgeois/master
...
Update AssetList.php
2016-02-20 10:15:13 +11:00
Samuel Georges
95f4be8b68
Include user id in cache key
...
Fixes #1740
2016-02-20 09:39:18 +11:00
Samuel Georges
87fc6f154d
Include .htaccess in mirror
...
Fixes #1750
2016-02-20 09:16:48 +11:00
Samuel Georges
2e819f0142
Remove deprecated method
2016-02-20 08:19:14 +11:00
Samuel Georges
49d56480b8
Merge pull request #1786 from jfoliveira/feature/pt_br_translations
...
Update pt-br translations
2016-02-20 07:42:32 +11:00
Samuel Georges
54d749f034
Like setProperty(), this should not return a value
2016-02-17 17:49:52 +11:00
alekseybobkov
68aa59dae7
Updated main menu styles
2016-02-15 20:27:01 -08:00
alekseybobkov
af3c67a270
Merge branch 'develop' of github.com:octobercms/october into develop
2016-02-15 17:23:29 -08:00
alekseybobkov
d58b6d4d51
Fixed loading permissions from plugin.yaml
2016-02-15 17:23:10 -08:00
Jeferson Oliveira
68689fbc90
Fix preposition.
2016-02-15 23:03:50 -02:00
Jeferson Oliveira
f0271638c9
Update pt-br translations.
2016-02-15 22:22:00 -02:00
Derek Bourgeois
4797364a04
Update AssetList.php
...
Allow .otf and .woff2 font formats by default. These file types are included in popular packages such as Bootstrap and Font Awesome.
2016-02-15 10:37:56 -05:00
saman3230
21574edf01
FIX typo
2016-02-15 17:21:16 +03:30
Samuel Georges
3ee2ec86f8
Allow toolbarButtons: false
2016-02-15 17:58:59 +11:00
Samuel Georges
049e5bcfc7
Fix bad var context
2016-02-14 20:10:36 +11:00
Samuel Georges
fd27a3df91
Fixes syntax error
2016-02-14 09:01:42 +11:00
Samuel Georges
659c7098b9
Improve dashboard performance
...
Dashboard widgets should defer their data requesting using AJAX so they don't kill/lag the whole page request
2016-02-14 08:19:34 +11:00
Filip Iulian Pacurar
1ab94d4514
Add a new event on login - backend.user.login
...
I wanted to listen to an event when a users logs-in in the backend and I realised that October does not yet have that. It would be great to support this out of the box to avoid users make changes to core files or listen to hack-ish events to do something after login.
2016-02-13 12:46:51 +02:00
Mahmut Namli
6391e9b323
Added new translation strings
2016-02-13 16:44:43 +11:00
Samuel Georges
35c9f7e590
Merge pull request #1768 from jfoliveira/recordfinder_fix_hardcoded_id
...
Fix hardcoded column name `id` on recordfinder form widget
2016-02-13 16:42:56 +11:00
Samuel Georges
da5ede06b5
Merge pull request #1749 from Flynsarmy/tableWidgetAlias
...
Remove brackets from DataTable's table widget
2016-02-13 16:30:11 +11:00
Lucas Martín
2fa6b2d7be
Update lang.php + client.php
2016-02-13 16:28:48 +11:00
Samuel Georges
ea0127afcf
Stripe indicator is late to the party
...
Fixes #1737
The AJAX events may fire before document.ready has executed, leaving $.oc.stripeLoadIndicator as null and throwing an error
2016-02-13 16:04:16 +11:00
Samuel Georges
2c9e61e182
Minor typo - Fixes #1735
2016-02-13 15:55:02 +11:00
Samuel Georges
5e6fc130bb
Merge pull request #1732 from sajjad-ser/master
...
Update persian language
2016-02-13 15:52:39 +11:00
Jérémy Gaulin
e24e467b60
Externalized keys + French translation
2016-02-13 15:51:28 +11:00
Samuel Georges
e0fc27b0cb
Refs #1727 - Tabs to spaces
2016-02-13 15:47:34 +11:00
Samuel Georges
7d3a73cd31
Merge pull request #1727 from tschallacka/fix_for_static_primary_key_naming_relationcontroller
...
Fix for static primary key naming relationcontroller
2016-02-13 15:46:07 +11:00