Joshua Rüsweg [Mon, 27 May 2019 11:38:05 +0000 (13:38 +0200)]
Fix reactions for non unique containers
Sometimes it is necessary to reload object containers (e.g. if something is sorted via JavaScript and the elements have to be reloaded in the background). This was not possible with the implementation, each object could exist only once in the DOM.
See #2508
Joshua Rüsweg [Sun, 26 May 2019 18:30:58 +0000 (20:30 +0200)]
Fix reaction list buttons in user profile
See #2508
Matthias Schmidt [Sun, 26 May 2019 14:59:07 +0000 (16:59 +0200)]
Fix width issue with button to add new project instructions
In German, the button label is too wide for the previous column width.
See 2772
Matthias Schmidt [Sun, 26 May 2019 14:55:50 +0000 (16:55 +0200)]
Fix typos in German language items
Tim Düsterhus [Fri, 24 May 2019 15:26:24 +0000 (17:26 +0200)]
Merge branch 'master' into next
Tim Düsterhus [Fri, 24 May 2019 15:26:04 +0000 (17:26 +0200)]
Merge branch '3.0'
Peter Lohse [Thu, 9 May 2019 06:21:45 +0000 (08:21 +0200)]
Fix submitButton selector in Ui/Message/Reply
Closes #2927
Joshua Rüsweg [Fri, 24 May 2019 14:06:01 +0000 (16:06 +0200)]
Fix reaction sorting function
See #2508
Joshua Rüsweg [Fri, 24 May 2019 13:59:24 +0000 (15:59 +0200)]
Optimize javascript code
See #2508
Joshua Rüsweg [Fri, 24 May 2019 13:03:42 +0000 (15:03 +0200)]
Merge pull request #2937 from WoltLab/next-reaction-improvement
Next reaction improvement
Joshua Rüsweg [Fri, 24 May 2019 12:44:05 +0000 (14:44 +0200)]
Add single reaction type modus
See #2508
Joshua Rüsweg [Fri, 24 May 2019 09:04:36 +0000 (11:04 +0200)]
Merge pull request #2936 from derpierre65/next
Show DatePicker clear button on setDate
derpierre65 [Wed, 22 May 2019 11:48:37 +0000 (13:48 +0200)]
Remove unused variables
derpierre65 [Wed, 22 May 2019 11:45:01 +0000 (13:45 +0200)]
Remove code duplicates
derpierre65 [Wed, 22 May 2019 10:48:37 +0000 (12:48 +0200)]
Show DatePicker clear button on setDate
Tim Düsterhus [Mon, 20 May 2019 10:30:14 +0000 (12:30 +0200)]
Fix typo in de.xml
Joshua Rüsweg [Sun, 19 May 2019 17:58:14 +0000 (19:58 +0200)]
Fix typo
See #2716
Joshua Rüsweg [Sun, 19 May 2019 17:43:45 +0000 (19:43 +0200)]
Fix typo
See #2716
Matthias Schmidt [Sun, 19 May 2019 12:59:26 +0000 (14:59 +0200)]
Use package name instead of identifier on modification log list page
See #2597
Matthias Schmidt [Sun, 19 May 2019 12:29:54 +0000 (14:29 +0200)]
Improve wording of SFS-related language item
See #2692
Joshua Rüsweg [Sun, 19 May 2019 08:48:28 +0000 (10:48 +0200)]
Fixes overlapping dialog container
See #2716
Matthias Schmidt [Sun, 19 May 2019 07:52:20 +0000 (09:52 +0200)]
Fix name of JavaScript module
See #2716
Tim Düsterhus [Wed, 15 May 2019 16:30:15 +0000 (18:30 +0200)]
Merge branch 'master' into next
Tim Düsterhus [Wed, 15 May 2019 16:28:48 +0000 (18:28 +0200)]
Merge branch '3.0'
Tim Düsterhus [Wed, 15 May 2019 16:27:26 +0000 (18:27 +0200)]
Fix PHP 5.5 compatibility
PHP 5.5 does not support constant expressions in static variable declarations.
Simply remove the `static`, it brings no real benefit.
Tim Düsterhus [Wed, 15 May 2019 16:21:07 +0000 (18:21 +0200)]
Increase the number of email retries to better match the RFCs (#2932)
* Increase the number of email retries to better match the RFCs
* Improve readability of running total comment in email job
Joshua Rüsweg [Wed, 15 May 2019 15:12:28 +0000 (17:12 +0200)]
Merge pull request #2930 from WoltLab/next-passwordreset
Allow multiple calls of the link to set a new password
Joshua Rüsweg [Wed, 15 May 2019 13:32:04 +0000 (15:32 +0200)]
Allow multiple calls of the link to set a new password
See #2923
Sascha Greuel [Sun, 5 May 2019 17:44:56 +0000 (19:44 +0200)]
Fix blocking all users within the registration process
See #2692
See #2920
Joshua Rüsweg [Mon, 13 May 2019 19:52:50 +0000 (21:52 +0200)]
Improve UI for reaction recent activity
See #2508
Joshua Rüsweg [Mon, 13 May 2019 19:28:54 +0000 (21:28 +0200)]
Improve UI of reaction overview list
See #2508
Matthias Schmidt [Sun, 12 May 2019 16:26:49 +0000 (18:26 +0200)]
Ignore invalid values passed to `ShowOrderFormField::value()`
See #2509
Joshua Rüsweg [Sun, 12 May 2019 15:24:06 +0000 (17:24 +0200)]
Restruct showOrder after object deletion
See #2508
Joshua Rüsweg [Sun, 12 May 2019 15:18:39 +0000 (17:18 +0200)]
Simplify showOrder input
See #2508
Joshua Rüsweg [Sun, 12 May 2019 15:16:54 +0000 (17:16 +0200)]
Set default sort oder for reaction types
See #2508
Matthias Schmidt [Sun, 12 May 2019 09:56:12 +0000 (11:56 +0200)]
Unify sort button HTML code
Close #2929
Matthias Schmidt [Sun, 12 May 2019 09:44:14 +0000 (11:44 +0200)]
Fix double `(first position)` when using callable for show order field options
See #2509
Marcel Werk [Fri, 10 May 2019 15:56:59 +0000 (17:56 +0200)]
Merge branch '3.0'
Marcel Werk [Fri, 10 May 2019 15:56:37 +0000 (17:56 +0200)]
Added missing language variable
Marcel Werk [Fri, 10 May 2019 15:44:23 +0000 (17:44 +0200)]
Merge branch '3.0'
Marcel Werk [Fri, 10 May 2019 15:44:05 +0000 (17:44 +0200)]
Hide language drop-down if a multilingual page has only one language
Marcel Werk [Fri, 10 May 2019 15:34:57 +0000 (17:34 +0200)]
Merge branch '3.0'
Marcel Werk [Fri, 10 May 2019 15:34:12 +0000 (17:34 +0200)]
Fixed missing title in link to user profile
Joshua Rüsweg [Fri, 10 May 2019 11:25:48 +0000 (13:25 +0200)]
Fix article report button if reaction system is disabled
Fix #2926
Joshua Rüsweg [Fri, 10 May 2019 11:04:20 +0000 (13:04 +0200)]
Fix showOrder value for reactionTypes
See #2508
Matthias Schmidt [Thu, 9 May 2019 16:21:17 +0000 (18:21 +0200)]
Merge global modification log's source and action filter
See #2597
Matthias Schmidt [Thu, 9 May 2019 15:58:41 +0000 (17:58 +0200)]
Add missing description for reaction type show order field
See #2508
Matthias Schmidt [Thu, 9 May 2019 15:58:16 +0000 (17:58 +0200)]
Fix first position option not being shown for show order form fields
See #2509
Matthias Schmidt [Tue, 7 May 2019 16:21:15 +0000 (18:21 +0200)]
Enfore unified directory separators for project path
Close #2925
Matthias Schmidt [Tue, 7 May 2019 16:16:21 +0000 (18:16 +0200)]
Explicitly handle misformatted package.xml files when editing project
Close #2924
Matthias Schmidt [Mon, 6 May 2019 17:17:28 +0000 (19:17 +0200)]
Ignore guests when marking comment notifications as confirmed
See #2835
Matthias Schmidt [Mon, 6 May 2019 16:53:27 +0000 (18:53 +0200)]
Preserve selected recipient if validation of contact form fails
Joshua Rüsweg [Sun, 5 May 2019 12:10:14 +0000 (14:10 +0200)]
Merge remote-tracking branch 'origin/master' into next
Joshua Rüsweg [Sun, 5 May 2019 12:07:31 +0000 (14:07 +0200)]
Merge branch 'mutec-patch-11'
mutec [Sun, 5 May 2019 11:49:47 +0000 (13:49 +0200)]
Add missing @since tag for Package::getAbsolutePackageDir()
Marcel Werk [Sat, 4 May 2019 10:22:06 +0000 (12:22 +0200)]
Improve the visual appearance of user exceptions
Closes #2917
Marcel Werk [Fri, 3 May 2019 18:06:08 +0000 (20:06 +0200)]
Improve error messages in "new password" form
Marcel Werk [Fri, 3 May 2019 13:27:16 +0000 (15:27 +0200)]
Ignore invisible dropdown items in a11y
Tim Düsterhus [Wed, 1 May 2019 09:38:05 +0000 (11:38 +0200)]
Merge pull request #2913 from jens1o/patch-1
Remove unnecessary match against an Regex
Jens Hausdorf [Tue, 30 Apr 2019 20:44:42 +0000 (22:44 +0200)]
Remove unnecessary match against an Regex
see https://community.woltlab.com/thread/218145-smalltalk-labern-reden-diskutieren/?postID=
1740957#post1740957
Alexander Ebert [Mon, 29 Apr 2019 10:35:14 +0000 (12:35 +0200)]
Incorrect handling of the landing page during the WCFSetup
Fixes #2910
See
000c0c8a26491708b2af995bdd6f0e627cc75161
Matthias Schmidt [Sun, 28 Apr 2019 12:44:45 +0000 (14:44 +0200)]
Show exception extra information on exception log view page (#2909)
Close #2472
Matthias Schmidt [Sun, 28 Apr 2019 11:59:10 +0000 (13:59 +0200)]
Hide frontend box edit icon for menu boxes
Menu boxes cannot be edited
See #2575
Matthias Schmidt [Sun, 28 Apr 2019 11:50:09 +0000 (13:50 +0200)]
Fix code (style) issues
Matthias Schmidt [Sun, 28 Apr 2019 11:47:12 +0000 (13:47 +0200)]
Fix making `isPublic` poll field unavailable during edits
See #2852
Matthias Schmidt [Sun, 28 Apr 2019 08:17:32 +0000 (10:17 +0200)]
Merge branch 'master' into next
Alexander Ebert [Thu, 25 Apr 2019 16:24:29 +0000 (18:24 +0200)]
Incorrect handling of overridden application ownerships of pages
Fixes #2905
Alexander Ebert [Thu, 25 Apr 2019 13:43:05 +0000 (15:43 +0200)]
The devtools language switch did not work with i18n pages
Fixes #2904
Alexander Ebert [Wed, 24 Apr 2019 16:56:44 +0000 (18:56 +0200)]
Moved the search options for pages/articles into the proper section
Alexander Ebert [Wed, 24 Apr 2019 16:19:44 +0000 (18:19 +0200)]
System check for memcache/redis when used
See #2811
Alexander Ebert [Wed, 24 Apr 2019 15:40:19 +0000 (17:40 +0200)]
Merge branch '3.1.9-pl-2'
Alexander Ebert [Wed, 24 Apr 2019 15:11:01 +0000 (17:11 +0200)]
Preparing the release 3.1.9 pl 2
Alexander Ebert [Wed, 24 Apr 2019 11:35:11 +0000 (13:35 +0200)]
Vertical alignment of the social login buttons
Marcel Werk [Tue, 23 Apr 2019 07:45:00 +0000 (09:45 +0200)]
Fixed branding of the third party login buttons (icons)
Marcel Werk [Tue, 23 Apr 2019 07:38:43 +0000 (09:38 +0200)]
Fixed branding of the third party login buttons (German version)
Marcel Werk [Mon, 22 Apr 2019 21:24:00 +0000 (23:24 +0200)]
Fixed branding of the third party login buttons
Alexander Ebert [Wed, 24 Apr 2019 11:39:46 +0000 (13:39 +0200)]
Merge branch '3.0'
Alexander Ebert [Wed, 24 Apr 2019 11:38:40 +0000 (13:38 +0200)]
Merge branch '3.0.21-pl-1' into 3.0
Alexander Ebert [Wed, 24 Apr 2019 11:35:11 +0000 (13:35 +0200)]
Vertical alignment of the social login buttons
Alexander Ebert [Wed, 24 Apr 2019 10:39:10 +0000 (12:39 +0200)]
Preparing the release 3.0.21 pl 1
Marcel Werk [Tue, 23 Apr 2019 07:45:00 +0000 (09:45 +0200)]
Fixed branding of the third party login buttons (icons)
Marcel Werk [Tue, 23 Apr 2019 07:38:43 +0000 (09:38 +0200)]
Fixed branding of the third party login buttons (German version)
Marcel Werk [Mon, 22 Apr 2019 21:24:00 +0000 (23:24 +0200)]
Fixed branding of the third party login buttons
Matthias Schmidt [Tue, 23 Apr 2019 17:31:12 +0000 (19:31 +0200)]
Add missing language variables for searching pages via editor toolbar
See
69897f7546bd73fb014c06f106b71fde99dd02e8
Tim Düsterhus [Tue, 23 Apr 2019 17:30:28 +0000 (19:30 +0200)]
Merge branch '3.0'
Christopher Walz [Tue, 23 Apr 2019 14:29:01 +0000 (16:29 +0200)]
Allow modification of visible/editable parameters
Closes #2902
Alexander Ebert [Tue, 23 Apr 2019 15:57:59 +0000 (17:57 +0200)]
Merge branch '3.0'
Alexander Ebert [Tue, 23 Apr 2019 15:57:37 +0000 (17:57 +0200)]
Trailing comma in srcset raised an exception
Alexander Ebert [Tue, 23 Apr 2019 14:54:53 +0000 (16:54 +0200)]
Incorrect handling of non countable values passed to `{foreach}`
See
745a19744bf6e00843b8f66f24b8b08d409c4149
Alexander Ebert [Tue, 23 Apr 2019 09:06:59 +0000 (11:06 +0200)]
Merge pull request #2901 from WoltLab/next-package-search
Redesign of the "Install Package" page
Alexander Ebert [Tue, 23 Apr 2019 08:31:43 +0000 (10:31 +0200)]
Resolved two issues
Marcel Werk [Tue, 23 Apr 2019 07:45:44 +0000 (09:45 +0200)]
Merge branch '3.0'
Marcel Werk [Tue, 23 Apr 2019 07:45:00 +0000 (09:45 +0200)]
Fixed branding of the third party login buttons (icons)
Marcel Werk [Tue, 23 Apr 2019 07:38:43 +0000 (09:38 +0200)]
Fixed branding of the third party login buttons (German version)
Marcel Werk [Mon, 22 Apr 2019 21:28:28 +0000 (23:28 +0200)]
Improved order of the third party login buttons
Marcel Werk [Mon, 22 Apr 2019 21:24:32 +0000 (23:24 +0200)]
Merge branch '3.0'
Marcel Werk [Mon, 22 Apr 2019 21:24:00 +0000 (23:24 +0200)]
Fixed branding of the third party login buttons
Tim Düsterhus [Mon, 22 Apr 2019 13:35:28 +0000 (15:35 +0200)]
Merge pull request #2770 from WoltLab/attachment-autoscale
Automatic client-side attachment scaling
Tim Düsterhus [Mon, 22 Apr 2019 13:34:25 +0000 (15:34 +0200)]
Merge branch 'next' into attachment-autoscale
Joshua Rüsweg [Sun, 21 Apr 2019 12:04:45 +0000 (14:04 +0200)]
Add method to improve signatures with embedded objects
See #2670