Commit Graph

5611 Commits

Author SHA1 Message Date
merdan 1ad903e92c htaccess 2021-04-15 15:38:38 +05:00
merdan 00a65f5e68 framework cac 2021-04-15 15:24:56 +05:00
merdan 08c85cada8 env 2021-04-15 14:44:43 +05:00
merdan afe821a220 statistika completed 2021-04-15 14:23:36 +05:00
merdan e45c062e11 statistika 2021-04-13 14:07:38 +05:00
merdan 8001e1a876 image resize, api 2021-04-08 17:38:39 +05:00
merdan ac002c1ac1 reklama 2021-04-08 13:08:59 +05:00
merdan 3f58ba0dfc rss 2021-04-02 16:28:40 +05:00
merdan 71549c0aca arhiv calendar partner news 2021-04-02 14:22:25 +05:00
merdan d7e10e2864 Reklama plugin 2021-04-01 11:04:39 +05:00
merdan b3b6493b8d tags category sql scripts 2021-03-29 18:12:05 +05:00
merdan a5a59350d7 tag localization, blog localization, richtext edit seo, posts tags category sql scripts 2021-03-29 15:39:52 +05:00
merdan 4df1f2c5b3 page not found 2021-03-16 13:02:43 +05:00
merdan 74346e3411 drivers and caching plugin added 2021-03-15 16:25:10 +05:00
merdan 42595e1513 view statistics 2021-03-15 11:59:08 +05:00
merdan 2619410bb4 view statistics 2021-03-15 11:23:49 +05:00
merdan 4f099ca263 Post page 2021-03-14 18:53:00 +05:00
merdan 9489f49958 home page start 2021-03-11 15:16:57 +05:00
merdan a127e80bd4 home page start 2021-03-10 18:38:10 +05:00
merdan 13c414fe3c static pages 2021-03-10 14:06:43 +05:00
merdan 156249f5ea First Commit with installed plugins new modern theme 2021-03-05 13:12:56 +05:00
Luke Towers 24d95a208b Merge branch 'develop' into 1.1 2020-11-22 04:37:57 -06:00
Luke Towers a095c1e545 temporary fix for Composer 2.0 compatibility.
See https://github.com/wikimedia/composer-merge-plugin/pull/189
2020-11-22 04:37:42 -06:00
Luke Towers f45ca422a0
Merge pull request #5359 from octobercms/develop
v1.1.1
2020-11-22 04:25:36 -06:00
Saifur Rahman Mohsin d95e282910
Fixes OptionsGeneration Test failing (#5327)
As [mentioned here](9dca130fae (commitcomment-43513975)), this fixes the test failure.

Co-authored-by: Luke Towers <github@luketowers.ca>
2020-11-21 09:45:20 +08:00
Luke Towers c8899898e6
Documented richeditor.listTypes & richeditor.getTypeInfo events (#5295) 2020-11-20 15:45:17 -06:00
Alvaro Cánepa e2eb299bee
Migrate to League\Csv 9.0 (#5335)
OC 1.1 require `league/csv: ~9.1` but use code from 8.x on ImportExport behavior.
https://csv.thephpleague.com/9.0/upgrading/
2020-11-20 15:41:05 -06:00
Ben Thomson d7d6faeedb
Generate random password for seeded admin account through october:up (#4866) 2020-11-20 03:43:33 -06:00
hackolein 96fd2ec657
Match paths sent to theme:sync more exactly (#5334)
`artisan theme:sync --target=database --force --paths=layouts/,pages/,partials/`

But at the moment it also synchronizes paths that should not be synchronized. For example: `content/static-pages/`. Because here the pattern applies to `pages/`.

The fix is that the pattern starts at the beginning of the line.

Co-authored-by: Heiko Böhme <hboehme@menadwork.com>
2020-11-20 03:02:10 -06:00
Ben Thomson 00849268ed
Allow customised deletion messages in lists
Provides the ability for developers to specify a custom message for bulk deletion actions, as well as a custom message when no records could be deleted due to missing selections or an altered query not finding any applicable records.
2020-11-19 17:28:30 +08:00
Samuell 5d0988559b
Component property can be mixed value (#5355) 2020-11-16 01:36:55 -06:00
Luke Towers d34fb8ab51 Improve Twig security policy
Follow up to 106daa2930...7cb148c167. Thanks to @ka1n4t for the additional review.
2020-11-13 03:48:27 -06:00
Ben Thomson 16e0bd4d09
Move theme localization to the boot process. (#5349)
It appears that doing this in the "register" process can result, at times, in an exception to be thrown as the connection to the DB is not yet established.
2020-11-11 09:53:31 +08:00
Ben Thomson 50816a9556
Add support for defining quick actions in the Backend's main nav (#5344)
Plugins now have the ability to define quick actions through a "registerQuickActions" method, which follows the same configuration as the "registerNavigation" method. It is still recommended and preferred that most plugin functionality be defined in their own main menu items, but this will allow a plugin to easily define a shortcut (or remove one).
2020-11-10 12:53:17 +08:00
Marc Jauvin f18769e282
Check that mail templates/layouts exist before extracting view content (#5322)
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <git@alfreido.com>
2020-11-10 10:47:56 +08:00
Marc Jauvin 3590571642
fix themes localization namespace (#5348) 2020-11-09 13:10:22 -06:00
Siarhei Karavai 061d35e5fd
Register theme backend localization files (#4960)
Closes #4308.
2020-11-07 15:13:25 -06:00
Marc Jauvin 59d183b3b0
Add Sortable Behavior to ReorderController validateModel (#5268)
Checks for the newly added Sortable Behavior as well as the existing Sortable Trait. See b19deb853f
2020-11-04 11:18:22 -06:00
Ben Thomson fffa6db8d8
Add Mockery as dev dependency, limit PHPUnit versions 2020-11-03 09:51:23 +08:00
Salvatore Brosio df91c529a1
Improved Italian translations (#5338)
Co-authored-by: salvatore brosio <salvatore.brosio@gmail.com>
2020-10-29 11:25:19 -06:00
Ben Thomson 866af34b1a
Use number literals for booleans in filter conditions.
SQL Server treats literal "false" and "true" as column names. This is probably the same for any other database type that does not have a true "boolean" storage.

Refs: https://github.com/rainlab/blog-plugin/pull/526#issuecomment-716299459
2020-10-26 15:32:13 +08:00
Senuros 5dfe1ff748
Improve German translation (#5331) 2020-10-25 20:10:08 -06:00
Ben Thomson 38a21365db
Change branches to test code quality on push 2020-10-25 09:54:41 +08:00
Ben Thomson ccd75e3e9c
Fix Composer constraint in tests, test 1.0, 1.1 and develop branches 2020-10-25 09:52:34 +08:00
Ben Thomson 34e9bea7cb
Force Composer v1 to be installed for tests
Until such a time that `wikimedia/composer-merge-plugin` supports Composer 2.

Refs: https://github.com/octobercms/october/pull/5330#issuecomment-715988820
2020-10-25 09:50:13 +08:00
Senuros e1ba909b65
Improve German translation (#5329) 2020-10-23 23:05:40 -06:00
Bertware 6fb3708440
Improve Dutch translation (#5328)
Sources:
https://www.vandale.nl/gratis-woordenboek/nederlands/betekenis/component
http://de-of-het.nl/component/
2020-10-23 14:14:59 -06:00
Luke Towers fbb470c7ee UX improvements for managing plugins.
Fixes #5127, also will force a page reload after changing the status of a plugin (remove, disable, enable, etc) so that the menu structure is accurately reflected.
2020-10-22 16:14:14 -06:00
Luke Towers 86496ff818
Support disks that can't be serialized in ImageResizer. (#5324)
Requires https://github.com/octobercms/library/pull/532
2020-10-22 13:20:19 -06:00
TimFoerster bd83f34ac4
Minor UX tweak (#5325)
Change order to plugin, theme to match the install page.
2020-10-22 09:02:22 -06:00