Commit Graph

259 Commits

Author SHA1 Message Date
2989ba7f10 Implement mime type specific rendering 2020-12-19 20:25:28 +01:00
a162214ef6 tpl fixes, dont use printHtml for none-string types 2020-12-06 11:13:19 +01:00
cb8c1fa8ef phpcs fixes 2020-12-05 21:39:54 +01:00
459a8dde0f bump php version 2020-12-03 23:07:33 +01:00
3d04648460 fix todos/move to todo list 2020-11-26 20:50:18 +01:00
249e2f65ad remove some getter/setter 2020-11-24 17:31:20 +01:00
1e0cf2fabc rename virtual path and allow loading by virtual path 2020-11-01 21:23:33 +01:00
f2b87ea482 create profile link form media file 2020-10-25 23:08:19 +01:00
b6e6aabacd fix tests and replace file_exists 2020-10-08 15:12:24 +02:00
35a3026830 impl. lazy loading and better media lists 2020-09-25 18:01:29 +02:00
d90344486f bug fix and implement alt 2020-09-19 21:24:36 +02:00
Formatter Bot
f6e0533909 Automated formatting changes 2020-09-13 18:40:21 +00:00
6ef482aeaa hide size for collections and format sizes 2020-09-12 22:14:38 +02:00
4c50d5b751 php cs autofix 2020-08-31 22:30:36 +02:00
4ea01e2175 autofixes 2020-08-30 20:13:11 +02:00
Formatter Bot
f870565071 Automated formatting changes 2020-07-31 21:10:50 +00:00
4b9610f341 make media handle upload, create file and collection more uniform 2020-07-30 21:24:32 +02:00
07f19d5f56 adj. frontend uri handling of query/fragment 2020-07-29 21:04:10 +02:00
d0820b291b fix autocomplete bug 2020-07-05 22:06:59 +02:00
b63a7b6490 Fix upload checkbox 2020-06-27 13:30:35 +02:00
150fc4b6cc update media tpls 2020-06-26 20:13:34 +02:00
909df93f0c continue path handling simplifications NO_CI 2020-06-19 08:49:42 +02:00
0ae0a5d454 simplify path handling 2020-06-19 08:25:38 +02:00
9b0a85edda add localization 2020-06-11 23:09:16 +02:00
89f0e1dda8 add always a back button 2020-06-11 16:46:50 +02:00
2c10418578 allow edit of media files 2020-06-11 16:42:49 +02:00
abffbdcd49 implement file creation 2020-06-11 14:22:55 +02:00
1734926ba6 changed file permissions 2020-06-09 22:03:51 +02:00
22df970c7f add ip support for auditor 2020-05-31 22:49:58 +02:00
8d76845dbf make tables tabable 2020-05-31 18:03:29 +02:00
45c9e60a59 make breadcrumbs nicer 2020-05-30 15:38:59 +02:00
b8ff504569 adjust inline update 2020-05-24 09:37:55 +02:00
8ff4e532d3 partially fix url encoding 2020-05-10 10:50:20 +02:00
Formatter Bot
6969d386ff Automated formatting changes 2020-04-29 19:04:59 +00:00
67be381416 re-format 2020-04-29 21:02:22 +02:00
56b42aaf8a fix for new datamapper and cli install 2020-03-30 22:14:53 +02:00
Formatter Bot
5e951a3feb Automated formatting changes 2020-03-22 19:34:15 +00:00
0396129a2a implement localization 2020-03-22 18:42:34 +01:00
773fbe458f draft media creation 2020-03-22 17:04:00 +01:00
8682dca742 php cs and stan fixes 2020-03-02 22:49:01 +01:00
248bc53fe8 draft tags and portlets 2020-03-01 15:00:33 +01:00
6ab8d7755d improve table css 2020-02-29 20:55:00 +01:00
dcf2f3b123 start implementing portlets 2020-02-29 19:50:20 +01:00
Formatter Bot
5439e1ba11 Automated formatting changes 2020-02-09 14:52:01 +00:00
b1c868ade0 improve media view 2020-02-09 15:45:58 +01:00
9563866507 show l11n in profile and setup during install 2020-02-08 22:32:20 +01:00
e5003dcef6 improve baseline 2020-02-06 23:54:01 +01:00
2f8a80fa91 allow existing media files 2020-02-02 20:44:28 +01:00
d47d0a7c20 make media files editable 2020-02-02 18:07:09 +01:00
8348b1bb87 improve media list view 2020-02-02 15:51:25 +01:00
628a3bbfd0 add todos from github 2019-12-31 19:54:45 +01:00
fadc62eb1e fix use 2019-12-16 20:44:18 +01:00
5700c30859 phpcs fixes 2019-10-06 17:50:12 +02:00
cf94fa595d fix docblock 2019-09-21 16:12:21 +02:00
0c2bb4d9d7 fix phpcs findings 2019-09-12 19:48:00 +02:00
549fe0bc59 Allow name for upload form data 2019-09-03 21:00:05 +02:00
18647aa1ed change php version requirement 2019-08-15 20:45:28 +02:00
9a9efe4ab0 cleanup, media fixes, news fixes 2019-07-30 20:23:16 +02:00
4d321705dd fix @link 2019-07-08 19:51:27 +02:00
7600f9e485 php cs fixes 2019-06-15 19:18:36 +02:00
70fdff2302 Implemented virtual path for media module.
First test implementation done in the Helper module.
The upload component is using a bad workaround where the virtual path is defined
in the uri as ?virutalPath= because we are not uploading media files AND form data
at the same time. Therefore the virtualPath can currently only be passed in the get/uri data.
2019-05-30 19:13:11 +02:00
753b37b0b8 Improved tag module and media virtual paths 2019-05-22 07:47:03 +02:00
be3780f262 Fix increment to pre-increment 2019-05-19 19:08:35 +02:00
b82eabf2a2 Start changing styles 2019-05-14 22:02:49 +02:00
9c015e28b8 Fix getHtml para type 2019-04-27 18:29:24 +02:00
3d65a24d33 php cs fixer 2019-04-27 12:05:33 +02:00
011df2a6d1 Simplify template and improve/fix upload functionality 2019-04-22 16:35:39 +02:00
903cf417c0 table test and bug style fixes 2019-03-31 20:32:17 +02:00
9f95efa77f Make app,localization in url optional+tld+subdomain 2019-03-09 23:21:29 +01:00
7ea75292a6 Implement new account selector 2019-02-23 19:09:31 +01:00
4cbf548436 Add download to tables 2019-02-17 18:58:41 +01:00
39325e502a Fix relative path 2019-02-11 17:24:35 +01:00
e4c0255dfb Fix absolute path to relative paths 2019-02-11 11:38:15 +01:00
afc2285249 phpcs+phpstan fixes 2019-02-07 00:05:31 +01:00
22464e86d7 Use global namespace+minor fixes 2019-02-04 22:29:55 +01:00
818acf1a59 Draft uploader 2019-02-03 00:10:41 +01:00
cc70ccf0ca Fixes and drafts for reporter/helper 2019-02-01 22:21:21 +01:00
9c53d9b783 Use new tab, colors and css 2019-01-13 21:42:08 +01:00
d0e3750206 Fix tests/coverage 2018-12-20 23:23:14 +01:00
1ef929bb8a Fix use order 2018-12-09 22:16:55 +01:00
66e13b9459 File/report bug fixes 2018-11-11 19:52:49 +01:00
b9239beaa3 Fix media file list bugs 2018-11-03 16:58:28 +01:00
822cd3ebbe Fix file upload 2018-11-03 15:17:24 +01:00
d93224fc31 fix reporter tpl form, task display 2018-10-27 20:42:24 +02:00
a72f336040 Use root namespace 2018-05-30 13:39:00 +02:00
da455933dd Remove whitespace 2018-05-21 22:30:04 +02:00
ecfb41d305 Reformat 2018-05-20 09:59:17 +02:00
2e25b18e68 Make classes final 2018-05-11 21:30:34 +02:00
360c21f0f6 Fix #142 2018-04-18 22:01:05 +02:00
86e7120d02 Improved media tpl structure 2018-04-13 22:18:40 +02:00
b8b85d512b Created template function 2018-04-13 22:18:21 +02:00
71cd2b80ec Fix #140 2018-04-12 22:32:07 +02:00
7a7b5c4e85 Change to php version 7.2 requirement 2018-03-27 19:10:56 +02:00
9cfba34965 Template fixes 2018-03-24 14:00:51 +01:00
c4b8bdb9f8 Fix strict_types 2018-02-15 20:27:23 +01:00
e4c1932edd phpcbf 2018-02-03 13:09:09 +01:00
c0b17534e3 Remove space from end of line 2018-02-03 11:52:30 +01:00
775ba02a03 Remove @category and replace with @package 2017-12-30 12:45:02 +01:00
63197d8679 Remove package TBD 2017-12-30 11:56:53 +01:00
61208ca90f Remove footer
Was bad template and view layout/logic
2017-12-23 10:06:11 +01:00
23bcfcb5f7 Fix #13 2017-11-08 22:39:51 +01:00
07770bef52 Fix tables 2017-11-08 21:01:09 +01:00
430863cdd0 General fixes 2017-11-05 13:09:39 +01:00
a78bde6303 Fix if for foreach while spacing 2017-10-27 17:56:33 +02:00
296956e9c7 fix #49 2017-10-06 20:15:44 +02:00
fa41fcace7 Fix #7 2017-10-03 21:39:34 +02:00
5fc41cc996 fid #107 2017-10-03 20:24:13 +02:00
e390325071 Simplify htmlescape 2017-09-14 20:39:58 +02:00
6115119dde Optimize media-single layout 2017-08-12 18:57:27 +02:00
0e3395c894 Added name 2017-08-12 18:44:53 +02:00
2ce235e974 Remove testing vars 2017-08-12 18:38:10 +02:00
34b6b1528c Show collection file list 2017-08-12 18:35:16 +02:00
1867c1b77e Fix media createdBy output 2017-07-27 20:37:47 +02:00
2990f5694b Fix file author and copyright 2017-07-26 17:48:08 +02:00
fdf17479ca Fix footer rendering 2017-07-25 19:09:46 +02:00
0bba3c6913 Add html escaping 2017-07-24 20:48:22 +02:00
a8f2dae3ea Remove @author docblock 2017-07-20 18:12:29 +02:00
ce388fdd97 Fixes #66 2017-07-17 19:31:51 +02:00
e9cb14b2c9 Fix api path 2017-05-31 09:40:28 +02:00
a1e3124724 fixes #62 2017-05-30 18:21:27 +02:00
9ff1c20c78 Fix media path 2017-05-01 14:13:12 +02:00
b7ceb750ec Adjusted list/table clicks 2017-05-01 13:55:48 +02:00
938403e36b Make all tables red 2017-04-16 20:38:39 +02:00
f3425e0735 Bulkl path fix reverse 2017-02-12 21:43:10 +01:00
9d7a9cb690 Bulkl path fix 2017-02-12 21:42:39 +01:00
4dd701ff90 Fix uri parameter 2017-02-08 19:40:22 +01:00
b22513823e Pass uri query parameter 2017-02-08 19:29:11 +01:00
fa98a0cd72 Pass uri query parameter 2017-02-08 19:28:55 +01:00
ee15ab5bd4 Auto adjust image/canvas size to image 2017-02-08 18:14:53 +01:00
e8759190cf Add media icons 2017-02-04 16:47:26 +01:00
9a3d003cc3 Add media icons 2017-02-04 16:47:18 +01:00
9d42ff7e80 More flexbox implementations 2017-01-29 12:35:33 +01:00
1dfb1d2b70 More flexbox implementations 2017-01-29 12:35:25 +01:00
1552b4bb51 File path fixes 2017-01-26 16:42:54 +01:00
4a95f90207 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Draw/Controller.js
#	Draw/Models/DrawType.enum.js
#	Draw/Models/Editor.js
#	Media/Models/UploadFile.php
2017-01-26 16:42:29 +01:00
1c5b097be4 Adjusting copyright 2017-01-26 16:32:45 +01:00
470e6afc1a Fixing json serialization and reporter 2017-01-22 21:08:46 +01:00
b9c1cc4857 Increase php version requirement 2016-12-07 20:56:15 +01:00
b61201ed58 Localization fix 2016-07-27 22:20:30 +02:00
e0bbc07a45 Translation fixes (0 still missing) 2016-07-27 13:17:50 +02:00
c93f2f34aa Translation fixes (0 still missing) 2016-07-27 13:15:05 +02:00
ca529f832f Dynamic language loading 2016-07-05 19:00:30 +02:00
149564d63a Language display optimized
see previous commit
2016-07-02 14:15:02 +02:00
5b021b5a84 Language display optimized
Language is now no longer direct array access but provided through a
function. This can be later used to hot load language files instead of
pre-loading them.
2016-07-02 14:14:31 +02:00
9387d230bc Renaming 2016-05-26 22:54:06 +02:00
5509176eed Upload fixes 2016-05-26 22:53:58 +02:00
918ca094aa Fixing upload bugs 2016-05-25 22:53:06 +02:00
537b9291ab Fixing upload bugs 2016-05-25 22:52:49 +02:00
4557f2a0f8 Directory rename 2016-05-19 19:46:39 +02:00
986e05db68 Simplyfing layout 2016-05-17 20:14:04 +02:00