Commit Graph

838 Commits

Author SHA1 Message Date
zebardy
2b65991c51 start investigating session auth middleware creation 2019-11-22 13:13:11 +00:00
zebardy
2502bc3f0e fix more in depth timings for routing loading 2019-11-22 10:46:14 +00:00
zebardy
4c1be1ef20 get more in depth timings for routing loading 2019-11-22 10:01:47 +00:00
zebardy
135b2e776c get timings for routing timings 2019-11-22 07:53:17 +00:00
zebardy
5c29be4f44 correct timings for app route build time 2019-11-21 23:44:45 +00:00
zebardy
dd5c97c4d2 correct timings for app object build time 2019-11-21 23:07:53 +00:00
zebardy
80adccb2a0 correct timings for app build time 2019-11-21 22:18:55 +00:00
zebardy
a783f90425 remove additional fopen 2019-11-21 19:00:46 +00:00
zebardy
86c577c7c0 correct scope for Pot variable 2019-11-21 18:56:40 +00:00
zebardy
4f37e4a390 try apc caching for views 2019-11-21 18:51:04 +00:00
zebardy
632870c364 more timings for app execution time 2019-11-21 17:32:25 +00:00
zebardy
aabc719f5b correct indentation and variable out of scope 2019-11-21 15:51:18 +00:00
zebardy
1b458dcbd0 forgot to uncomment instance map 2019-11-21 14:50:31 +00:00
zebardy
4f6db32ba9 correct syntax error 2019-11-21 11:06:07 +00:00
zebardy
9d131ee334 stor translations in apcu instead of localisation service (due to database connection) 2019-11-21 09:06:31 +00:00
zebardy
1d9e69dbda store localisation service in apcu 2019-11-20 22:14:47 +00:00
zebardy
384d2b21fb get timings for db-changed-time 2019-11-19 20:05:03 +00:00
zebardy
91034d333b get timings for db-changed-time 2019-11-19 07:29:26 +00:00
zebardy
6e4f31727b serialise inside the app closures 2019-11-18 23:11:14 +00:00
zebardy
06e210a0b9 try storing app in apcu 2019-11-18 22:07:52 +00:00
zebardy
75a3c6c62e correct mistake in stock controller 2019-11-18 07:28:52 +00:00
zebardy
75367598ea remove phpinfo 2019-11-17 22:27:48 +00:00
zebardy
962c6e9eea fix errent line that should have been commented 2019-11-17 21:49:45 +00:00
zebardy
9f277f51b3 utilise Localisation service as a singleton 2019-11-17 19:25:56 +00:00
zebardy
aa1cc4ad88 correct typo of treating self() as a var instead of a function 2019-11-17 17:02:38 +00:00
zebardy
1659e151a7 comment out debug printing to log file 2019-11-17 16:32:48 +00:00
zebardy
72f60bc321 unable to make the constructor private 2019-11-17 15:39:42 +00:00
zebardy
b9f9e18160 Merge branch 'master' of https://github.com/zebardy/grocy 2019-11-17 12:34:04 +00:00
Aaron Moses
fca0bd73ad use singletons to reduce need to recreate the same objects 2019-11-17 11:59:43 +00:00
Bernd Bestel
9bd43cf67a Added the Portuguese translation files 2019-11-13 14:47:23 +01:00
Bernd Bestel
e493abf784
Dummy change to force-commit file (references #412) 2019-11-02 08:45:40 +01:00
Bernd Bestel
62b85cda0e
Dummy change to force-commit file (references #412) 2019-11-02 08:45:30 +01:00
Bernd Bestel
7b0fdfe62e
Renormalize line endings (closes #412) 2019-11-02 08:42:49 +01:00
Bernd Bestel
5d42cc15a6
Added a .gitattributes file (references #412) 2019-11-02 08:40:03 +01:00
Bernd Bestel
da2c8d48ac
Changelog and code optimizations for pull request #420 2019-10-19 10:33:46 +02:00
Marc Ole Bulling
a0fc06f6ed Add GET parameter to close window after product creation (#420)
* Add GET parameter to close window after product creation

PR for issue #419

This only works when the window was opened by Javascript (eg. from a third party plugin like Barcode Buddy)

* Added flow if window closing fails

If the window could not be closed, the normal flow continues
Added comments

* Made GET parameter case insensitive
2019-10-19 10:26:18 +02:00
Bernd Bestel
e133508814
Delay DataTables search by 200ms (references #424) 2019-10-15 19:59:14 +02:00
Bernd Bestel
9e1804252e
Centralize default DataTables init settings (references #424) 2019-10-15 19:38:51 +02:00
Lewis Juggins
1b0308f39d Improve mobile performance on stock overview (#424) 2019-10-15 19:24:23 +02:00
Lewis Juggins
9ba66aeac2 Rename location to "Default location" on product page (#416)
* Rename location to default location on product page

* Move resource
2019-10-12 14:27:15 +02:00
Bernd Bestel
3328c789d4
Fixed that the meal plan menu item was not visible when the calendar was disabled (through feature flags) (closes #415) 2019-10-12 10:35:47 +02:00
Bernd Bestel
68dc1bc1f9
Added changelog for #417 2019-10-12 10:25:39 +02:00
Bernd Bestel
21b9c1a8aa
Always use the proper URL for meal plan links in iCal calendar export (references #417) 2019-10-12 10:22:17 +02:00
kriddles
c6ae8cc348 Calendar descriptions (iCal export) (#417)
* controllers CalendarApiController: setDescription for events

* services CalendarService: include link to mealplan in calendar descriptions
2019-10-12 10:16:06 +02:00
Bernd Bestel
744fd03633
Added a note that browser barcode scanning only works when served via a secure connection (closes #411) 2019-10-06 11:51:46 +02:00
Bernd Bestel
d994551f75
Pulled translations from Transifex 2019-10-05 13:15:54 +02:00
Bernd Bestel
ed4d292b23
Prepared next release 2019-10-05 13:14:28 +02:00
Bernd Bestel
700db9ae00
Added a new sub feature flag FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS 2019-10-05 13:10:56 +02:00
Bernd Bestel
ff92e8235f
Added missing translation string (source language) 2019-10-04 11:27:59 +02:00
Bernd Bestel
ba6bfa6a2c
Added a chore period type "yearly" (closes #407) 2019-10-04 11:24:51 +02:00