Ralf Becker
b09536c67f
fix PHP 8.0 TypeError: Unsupported operand types: int + string
2021-11-10 11:28:51 +01:00
nathan
beeabeda92
* Resources: Add inventory number to resource list columns
2021-10-19 14:49:02 -06:00
Ralf Becker
9345152c98
fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
...
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:12:49 +02:00
Ralf Becker
677c0d9ae5
fix typo and add translation
2021-06-23 16:54:17 +02:00
Ralf Becker
42ac049bc1
Bump version to 21.1
2021-05-08 15:02:53 +02:00
Ralf Becker
6e8596dfc6
pending translations from our translation server
2021-04-18 20:25:45 +02:00
nathangray
42f8c9182e
Resources: Fix display of old category icons in resource list
2021-04-01 11:12:44 -06:00
nathangray
81e918d010
Resources: Support custom category icons
2021-03-31 13:41:31 -06:00
Ralf Becker
868135775c
PHP 8 fixes
2021-03-29 16:47:19 +02:00
nathangray
98697031ab
Resources: Allow 0 quantity & usable
2021-03-24 15:11:57 -06:00
Ralf Becker
ab9c089f70
fix PHP 8 Fatal error Array and string offset access syntax with curly braces is no longer supported
2021-03-21 21:13:07 +01:00
nathangray
12c315abbc
Avoid xml parse error
2021-02-25 11:56:40 -07:00
Hadi Nategh
811f950567
Fix translation
2021-02-23 10:26:34 +01:00
Ralf Becker
0f69a5669f
pending translations from our translation server
2021-02-03 08:25:50 +01:00
Hadi Nategh
8bc5b22b5e
Add ignore_acl flag for read and checkUsable methods
2020-12-15 13:11:17 +01:00
Hadi Nategh
b612e26790
Add ignore_acl flag to save method
2020-12-07 14:14:26 +01:00
Hadi Nategh
78768ecf7e
Fix documentation
2020-12-07 13:15:04 +01:00
Hadi Nategh
5ef339dc9b
Add a method to fetch useable quantity of a resource
2020-11-05 17:36:59 +01:00
Ralf Becker
361d5cb351
bump version to 20.1
2020-06-28 10:04:21 +02:00
Ralf Becker
f76af52e2b
fix warning about undefined constant
2020-06-28 07:51:29 +02:00
Ralf Becker
d83c567703
pending translations from our translation server
2020-06-12 12:29:47 +02:00
Ralf Becker
c299c82e09
chmod 644
2020-05-08 08:17:33 +02:00
nathangray
34ec346821
Fix favourites (& probably some more inherited stuff) broken by TypeScript conversion
...
Note that any properties declared in a sub-class aren't generally available until after the super() call is done, i.e. in the super constructor they're undefined.
2020-03-20 11:38:38 -06:00
Hadi Nategh
76dbec4d8b
Convert resources app.js to TS
2020-03-09 10:42:06 +01:00
Ralf Becker
c706f3f09c
pending translations from our translation server
2019-08-22 13:57:23 +02:00
Ralf Becker
fc369fda68
* Resources: allow up to 16k as custom-field value
2019-08-13 12:45:22 +02:00
nathangray
06ffd20aa8
Resources - Remove remaining, unused preferences
2019-08-01 16:26:49 -06:00
Ralf Becker
efcb0471b3
bump version to 19.1
2019-07-16 10:46:59 +02:00
nathangray
967af5ad7a
Missing translations from Stefan Unverricht
2019-06-05 09:15:40 -06:00
nathangray
e62e27b179
Fix some missing translations found by Stefan Unverricht
2019-05-23 11:25:06 -06:00
Hadi Nategh
266d4ebd70
Some more styling changes:
...
- Add png version of app icons
- Add nm header column selection icon
2019-03-26 12:21:33 +01:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00
Hadi Nategh
d8d6d4d247
Apply new app color codes
2019-03-21 11:53:37 +01:00
nathangray
d805e9f467
Stop using deprecated each(), using foreach(), key() or current() instead
2019-02-12 14:13:45 -07:00
nathangray
979c96b854
* Resources - Fix resources not displayed in calendar if there's more than 20 in a category
2019-01-17 09:45:39 -07:00
nathangray
07b24b2a60
Commit session right after we store the state
2018-12-20 10:45:11 -07:00
Hadi Nategh
8a839372e9
Add translations
2018-12-17 16:55:17 +01:00
Hadi Nategh
d9e1ddf506
W.I.P. of modern theme with SVG icons enabled:
...
- add colored svg navbars
2018-12-11 16:52:55 +01:00
Ralf Becker
3552afa91c
converting turkish translations to utf-8
2018-12-10 10:59:43 +01:00
nathangray
8451836a92
Import/Export - change signature of method that gets options to allow definition-specific values
...
Do export too, for consistency
2018-11-29 10:32:42 -07:00
nathangray
dba9a76246
Import/Export - change signature of method that gets options to allow definition-specific values
2018-11-29 09:35:35 -07:00
nathangray
e10905988a
- Change resources preference option back
...
- Fix default to be resources with conflicts
2018-11-28 09:40:09 -07:00
nathangray
a999e6e94f
* Calendar - Remove option to skip resource detection, we always do it now.
2018-11-23 10:01:58 -07:00
nathangray
eb7ea6bfab
Fix resource invite permission was checked for every resource type
2018-10-01 10:26:06 -06:00
nathangray
0354a00aa2
Some missed translations reported by Stefan Unverricht
2018-09-27 11:46:29 -06:00
Tomasz Jakubowski
d30a71e042
Merge remote-tracking branch 'origin/patch-4'
2018-09-25 02:33:16 +02:00
Tomasz Jakubowski
8dca87b413
Merge remote-tracking branch 'origin/patch-3'
2018-09-25 02:33:04 +02:00
Tomasz Jakubowski
5d92310436
Merge remote-tracking branch 'origin/patch-2'
2018-09-25 02:32:58 +02:00
Tomasz Jakubowski
87df342a89
Corrected the field name from res_owner to res_creator.
...
In database has only the res_creator column.
2018-09-25 02:07:43 +02:00
Tomasz Jakubowski
9ac5406ba2
Corrected the field name from res_owner to res_creator.
...
In database has only the res_creator column.
2018-09-25 02:07:00 +02:00