Commit Graph

653 Commits

Author SHA1 Message Date
Ralf Becker
d999bae1bc pending changes from our translation server 2022-12-02 09:59:30 +01:00
ralf
5556e22927 fix array_merge(): Argument #2 must be of type array, int given 2022-11-28 14:04:48 +01:00
nathan
24118a2a9c Resources: Additional changes to get submit on changing category to work 2022-11-23 15:24:08 -07:00
nathan
6d113ca407 Resources: Hide customfields tab for categories have no customfields 2022-11-22 15:01:46 -07:00
nathan
e57e81f5ea * Resources: Customfields can now be per category 2022-11-16 14:10:34 -07:00
Hadi Nategh
5341b8dee3 Fix mobile templates 2022-09-27 12:15:19 +02:00
Hadi Nategh
1cc5c5f7bb Drop pixelegg template 2022-08-12 12:20:57 +02:00
ralf
bcff7ab4dc fixing pixelegg less/css files to address images in default/images
remove no longer necessary pixelegg/images symlink to default/images
revert hint.png as the pixelegg one was never used
2022-07-31 10:49:35 +02:00
ralf
0113a93ffd move images from pixelegg to default and drop png or gif, if we have an svg 2022-07-28 17:56:34 +02:00
ralf
7dc959c223 automatic convert <(image|description) expose_view="true" to <et2-*-expose 2022-05-05 19:07:44 +02:00
nathan
632c40fbb7 Et2ImageExpose, used in Resources app 2022-05-05 08:51:48 -06:00
Birgit Becker
d1cd915a0e
add bookable to ressource list 2022-04-20 12:37:12 +02:00
Ralf Becker
dc24bb7e37 fix PHP 8.0 TypeError: Unsupported operand types: int + string 2021-11-10 11:28:30 +01:00
nathan
1b5c940d7c * Resources: Add inventory number to resource list columns 2021-10-19 14:47:29 -06:00
Ralf Becker
d2c85cfe86 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:08:32 +02:00
Ralf Becker
05405b955a remove generated .js files from git 2021-07-01 08:38:08 +02:00
Ralf Becker
35885b10ea fix typo and add translation 2021-06-23 16:53:24 +02:00
Ralf Becker
4159532f45 add missing extension in et2_extension_nextmatch_actions.js 2021-06-14 14:56:51 +02:00
Hadi Nategh
54fff9739a Add more missing import statements 2021-06-10 15:40:49 +02:00
Ralf Becker
5298336886 include jquery and other legacy js files via script tag 2021-06-10 11:38:54 +02:00
Ralf Becker
1f010a4391 Bump version to 21.1 2021-05-08 15:02:24 +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