Commit Graph

2819 Commits

Author SHA1 Message Date
Samuel Georges fd27a3df91 Fixes syntax error 2016-02-14 09:01:42 +11: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 def553be8e Merge pull request #1753 from gpasztor87/patch-1
Ignore sqlite files.
2016-02-13 16:14:25 +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
Samuel Georges 43f1ce7734 Merge pull request #1723 from Herlevsen/develop
Make default 404 page use 404 status code
2016-02-13 15:43:48 +11:00
Samuel Georges 668ccf2588 Merge pull request #1722 from tresbach/patch-1
Fix negative count
2016-02-13 15:30:22 +11:00
Samuel Georges 6562170d2a Merge pull request #1719 from alxy/patch-12
Fix doubble-applied filters
2016-02-13 13:56:39 +11:00
Samuel Georges cc531a25e2 Merge pull request #1715 from initbizlab/master
Added switch option translation (Polish)
2016-02-13 13:55:44 +11:00
Samuel Georges 6ca0561946 Merge pull request #1713 from jBOKA/patch-1
German translation (Import/Export)
2016-02-13 13:55:30 +11:00
Samuel Georges 17b22dcbdf Merge pull request #1708 from gpasztor87/develop
Add extra file types
2016-02-13 13:47:58 +11:00
Samuel Georges fade9413d9 * Build 317 2016-02-11 06:16:46 +11:00
Samuel Georges ac6ba5b4c3 Merge pull request #1766 from gpasztor87/patch-3
Add version.yaml to Demo plugin.
2016-02-11 06:14:25 +11:00
Jeferson Oliveira 6ae4742ff4 Fix hardcoded column name `id` by reading the `keyFrom` option defined in the .yaml file. 2016-02-10 08:45:21 -02:00
Pásztor Gábor eb81600e60 Add version.yaml to Demo plugin. 2016-02-10 09:14:48 +01:00
alekseybobkov c762ed2836 Merge branch 'builder-ui' into develop 2016-02-07 14:41:45 -08:00
alekseybobkov 1454a4ed6b Fixed a bug in the Inspector string list autocomplete editor where clicking an item in the autocompletion list doesn't select the item. 2016-02-07 14:40:31 -08:00
alekseybobkov 5de725696e Merge branch 'develop' of github.com:octobercms/october into develop 2016-02-05 17:30:28 -08:00
Samuel Georges 20a6a50ee4 Merge branch 'builder-ui' into develop 2016-02-06 09:16:08 +11:00
Pásztor Gábor c2b40e9049 Ignore sqlite files. 2016-02-05 09:14:30 +01:00
alekseybobkov f5e47ebc88 Merge branch 'builder-ui' into develop 2016-02-04 18:00:49 -08:00
alekseybobkov bfb0fa1671 Merge branch 'develop' of github.com:octobercms/october into develop 2016-02-04 18:00:42 -08:00
alekseybobkov 241332e14a Minor style updates for the Inspector header area 2016-02-04 18:00:10 -08:00
flynsarmy c62eb8fb86 Remove brackets from table widget alias 2016-02-04 21:25:33 +10:00
alekseybobkov e38f7b6987 Minor fix in the tabs styles. 2016-01-30 21:01:17 -08:00
alekseybobkov 8cb5ec1c0e Fixed several minor bugs in Inspector. 2016-01-29 22:16:33 -08:00
Sajjad d2619b6ba4 Update persian language 2016-01-28 18:00:07 +03:30
alekseybobkov 264090fb3b Added new Inspector editor - String List Autocomplete 2016-01-26 19:53:35 -08:00
tschallacka 828006a88a deleted surplus file... somehow it didn'tget cleaned up 2016-01-26 14:22:24 +01:00
tschallacka e4b0c0fe27 Fixed static id naming primary key
RelationController forced belongs to relations to have a primary key named id.
If primary key was named differently it wouldn't register the onclick.
This fixes that by taking the primary key name from the model.
2016-01-26 14:17:18 +01:00
Jens Herlevsen 2350e30853 Make default 404 page use 404 status code 2016-01-24 19:04:22 +01:00
Amanda Tresbach adf42896da Fix negative count 2016-01-24 14:23:58 -02:00
alekseybobkov 6aef72bb87 Added "depend" parameter to the Inspector autocomplete editor. Minor fix in the Inspector. 2016-01-23 20:27:57 -08:00
Alexander Guth 17e0a2afa7 Fix doubble-applied filters 2016-01-23 17:57:08 +01:00
alekseybobkov f6dec96c86 Improved memory management in the table widget client-side scripts. Minor CSS fixes. 2016-01-22 21:43:45 -08:00
Samuel Georges af4f42e208 Add 503 header when maintenance mode enabled.
Fixes #1655
2016-01-21 20:16:53 +11:00
Tomasz Strojny e930775cf7 Added switch option translation (Polish) 2016-01-21 09:58:14 +01:00
jBOKA 00f9de9a67 German translation (Import/Export) 2016-01-20 18:05:28 +01:00
Samuel Georges 205d122dce Logic error. Fixes #1692 2016-01-19 21:03:03 +11:00
Pásztor Gábor 665ab36641 Add extra file types 2016-01-18 10:38:51 +01:00
alekseybobkov 778e73964e Merge branch 'develop' of github.com:octobercms/october into develop 2016-01-17 18:55:12 -08:00
alekseybobkov 5f2e6f3306 Allow word wrap in the Inspector autocomplete editor 2016-01-17 18:55:00 -08:00
Alwin Drenth 94cbe93e8c Update Dutch language 2016-01-16 10:18:20 +11:00
Samuel Georges b21a0c453d Merge pull request #1700 from gpasztor87/develop
Minor fix in timepicker
2016-01-16 09:05:27 +11:00