Commit Graph

1039 Commits

Author SHA1 Message Date
Christian Guenter
796529d3ef add implementation for compare_to_remote_version 2017-07-23 15:47:13 +00:00
Christian Guenter
86e21c8687 add 'exists' implementation for PRAG 2017-07-23 15:45:24 +00:00
Christian Guenter
a73c67b846 add first operations for PRAG 2017-07-23 15:26:12 +00:00
Christian Guenter
0728e9d915 Bugfix access deleted branch in news page
#834 
Bugfix access deleted branch in news abapgit page. When the news page try to access a branch that doesn't exist anymore in the remote we catch the belonging exception and return.
2017-07-23 14:12:24 +00:00
larshp
e84358ae27 fix urlencoding 2017-07-23 12:41:19 +00:00
larshp
5ff0cd9586 refactoring
rename METHOD int_to_xstring, and remove parameter

change inputs for METHOD type_and_length and add unit tests
2017-07-23 12:20:29 +00:00
larshp
b1c2553740 allow sap objects, #738 2017-07-23 08:14:24 +00:00
larshp
72dfb59a01 user exit for overriding host #848 2017-07-23 07:55:23 +00:00
Lars Hvam
b462b3de68 Merge pull request #844 from filak-sap/unescape_html_fields
html_utils: URL unescape parameter fields
2017-07-23 08:48:31 +02:00
larshp
254a9c3680 v1.37.6 2017-07-23 05:27:17 +00:00
Lars Hvam
49b49186b3 Merge pull request #847 from larshp/issue_845
SMIM, exists() performance #845
2017-07-23 07:25:09 +02:00
Lars Hvam
aab54c24d8 Merge pull request #846 from larshp/issue_833
background performance, #833
2017-07-23 07:24:08 +02:00
larshp
fb56b725e4 SMIM, exists() performance #845 2017-07-21 15:28:11 +00:00
Jakub Filak
102e5f9858 html_utils: URL unescape parameter fields
For some strange reason even post data is URL escaped on our
servers.

How I discovered this issue:
1. go to stage
2. leave some files in the state ?
3. click the Commit link
4. get the error 'process_stage_list: unknown method %3F'

URL decode '%3F' and see that the value is '?'.

The value is set to the hidden input fields in its unescaped form
in the function submitSapeventForm() but the value is escaped in
the method lif_gui_page~on_event of the class lcl_gui_page_stage.
2017-07-20 15:04:16 +02:00
Lukáš Novák
a9ae7991a2 Remove white space at end of line 2017-07-19 13:22:13 +02:00
Lars Hvam
a54d5779e9 DOCT, changed_by #830 2017-07-19 12:28:21 +02:00
larshp
a6edffebc6 v1.37.5 2017-07-17 17:58:30 +00:00
Lars Hvam
a0c5cf505e Merge pull request #829 from christianguenter2/ISSUE_828
Remove unnecessary ASSERT
2017-07-17 19:57:10 +02:00
Lars Hvam
c843a3cce5 Merge pull request #822 from christianguenter2/ISSUE_821
Unnecessary assertion removed ISSUE 821
2017-07-17 19:56:50 +02:00
Christian Günter
d7fb8d5bdc Issue 795 (#820)
* Add first unit tests for parse_fields

* Fix Issue 795 - parse_fields with german umlauts

* fix formatting issues

* Refcatoring method renaming

* Unchained method calls

#795

* Fixed linter error and change usage of class...

Fixed linter error. E.g. encoded umlauts as hex values.

Replaced all usages of cl_http_utility%3D>if_http_utility~string_to_fields with lcl_html_action_utils%3D>parse_fields

* add URL decoding logic
2017-07-17 19:54:43 +02:00
Lars Hvam
865951c2f6 background performance, #833 2017-07-17 16:02:33 +02:00
Christian Guenter
d58af5fafa Remove unnecessary ASSERT
#828
2017-07-16 20:50:05 +00:00
Geert-Jan Klaps
964bbc0844 Function groups with namespaces - not implemented
Function groups with namespaces - not implemented #824
2017-07-12 14:02:14 +02:00
larshp
4e09d6e93f v1.37.4 2017-07-09 08:12:59 +00:00
Lars Hvam
fd3771c39b Merge pull request #819 from larshp/issue_818
adler32 optimization #818
2017-07-09 09:41:54 +02:00
Christian Guenter
0492e35c25 Unnecessary assertion removed 2017-07-08 14:54:12 +00:00
larshp
2d9ef055d5 adler32 optimization #818 2017-07-08 11:07:10 +00:00
larshp
99868e1e2c SSFO, fix #813 2017-07-08 06:28:29 +00:00
bigld
4a24144f09 fixed linter errors 2017-07-06 09:09:32 +02:00
bigld
e1d998e28b #811 progress indicator for encoding objects 2017-07-06 09:02:40 +02:00
Lars Hvam
286c143c9e Merge pull request #814 from bigld/issue-#812
#812 Sort Order for Class Component texts
2017-07-05 20:30:47 +02:00
Lars Hvam
26fbf803cf Merge pull request #809 from larshp/issue_803
fix #803
2017-07-05 19:59:25 +02:00
Lars Hvam
b5c7994967 Merge pull request #808 from larshp/issue_806
fix #806
2017-07-05 19:59:10 +02:00
Lars Hvam
22ae6cea7f Merge pull request #810 from bigld/master
#794 SSST: package popup
2017-07-05 19:58:57 +02:00
bigld
addcdf158e #812 Sort Order for Class Component texts 2017-07-05 09:44:21 +02:00
bigld
2fb678021e #794 SSST: package popup
It's not possible to suppress popup completely but package is prefilled
also fixed master language bug (was always sy-langu)
2017-07-04 21:17:12 +02:00
larshp
4071e74ef3 fix #803 2017-07-04 18:20:42 +00:00
Lars Hvam
2c75b88759 Merge pull request #807 from bigld/master
#805 SSST Smartforms Style only exists() if active
2017-07-04 19:04:18 +02:00
larshp
72836670b9 fix #806 2017-07-04 17:03:14 +00:00
bigld
dd7a6bf89d Check STXSHEAD w/o JOIN 2017-07-04 19:00:51 +02:00
bigld
c4519e3fdf Smartforms Style only exists if active
A Smartforms Style only exists if there is at least one active version
2017-07-04 18:51:13 +02:00
Lars Hvam
baae6d619c Merge pull request #801 from bigld/master
#736 refactor lcl_persistence_settings
2017-07-03 20:42:30 +02:00
bigld
6b3376c88b Delete old Setting records
Delete old records in DB an separate migration check
2017-07-02 21:28:59 +02:00
bigld
b268c85415 Save Settings as single Record
Settings are now saved as single record in XML format
A migration is done on startup
2017-07-02 20:20:34 +02:00
larshp
a2a5006e8c fix #798 2017-06-29 06:02:15 +00:00
Christian Pfisterer
ea82f94040 Update zabapgit_object_sapc.prog.xml 2017-06-26 21:31:13 +02:00
Christian Pfisterer
ae74f76122 Update zabapgit_object_samc.prog.xml 2017-06-26 21:29:52 +02:00
Christian Pfisterer
910dc686b4 Implemented suggestions from Lars
Suggestions mentioned by Lars in PR have been implemented.
2017-06-26 21:27:17 +02:00
Christian Pfisterer
6e13d92a7a 702 support enhanced
Coding for objects SAMC and SAPC updated to avoid syntax errors on 702 systems.
2017-06-26 17:28:47 +02:00
Lars Hvam
ef2cf18015 Merge pull request #787 from bigld/master
#752 delete online repo record if error during cloning
2017-06-17 10:22:35 +02:00
Andenor
cfd05b8ab6 MSAG last update user 2017-06-15 16:53:35 +02:00
bigld
9f675bab5e raise exception direct 2017-06-13 23:24:33 +02:00
bigld
88a4158c89 delete online repo after error if new 2017-06-11 22:42:54 +02:00
bigld
34b9c9a1a1 delete online repo after error if new 2017-06-11 22:18:38 +02:00
larshp
9dfec89cf1 bugfix 2017-06-11 10:31:14 +00:00
larshp
b91c658583 fix db edit 2017-06-11 10:16:23 +00:00
larshp
7f0056d1fb pretty print 2017-06-11 08:54:27 +00:00
larshp
0cdede068e refactor macro _REDUCE_STATE 2017-06-11 08:00:46 +00:00
larshp
ef18d2c716 move version constants to interface 2017-06-11 07:40:14 +00:00
larshp
3a833bb971 cleanup 2017-06-10 13:39:38 +00:00
larshp
b9ea4960a3 refactor _OBJECT_CHECK_TIMESTAMP macro #773 2017-06-10 13:12:31 +00:00
larshp
e124e5c0d9 refactor _ADD_DIALOG_FLD macro #773 2017-06-10 12:55:42 +00:00
larshp
847278240b refactor _ADD_RULE macro #773 2017-06-10 12:39:07 +00:00
larshp
78e121b18b v1.37.2 2017-06-10 11:41:32 +00:00
larshp
86cb9970a7 fix #778
too lazy to add unit test, the splitting of commit author should be moved to some other class
2017-06-10 11:40:17 +00:00
larshp
b0b5f1e67c empty xml, fix #775 2017-06-10 11:26:51 +00:00
larshp
0e2229d9f9 refactor lcl_app=>run
CALL SELECTION-SCREEN not allowed in global classes
2017-06-10 10:09:40 +00:00
larshp
64aac6e04e fix db page 2017-06-10 09:23:15 +00:00
larshp
83f0711a0c fix comment #773 2017-06-10 08:04:00 +00:00
larshp
72ca9582e8 fix macro #773 2017-06-10 07:44:34 +00:00
larshp
f3328c514c fix comment #773 2017-06-10 07:23:59 +00:00
larshp
98b2afd918 try adding implementation #773 2017-06-10 07:09:57 +00:00
larshp
7357769944 fix comment #773 2017-06-10 06:57:45 +00:00
larshp
1111abbbb8 fix comment #773 2017-06-10 06:45:43 +00:00
larshp
d9a245e38f fix comment #773 2017-06-10 06:36:35 +00:00
larshp
a03c61d2c6 fix comments 2017-06-09 09:34:02 +00:00
larshp
4d9f8bc827 fix 2017-06-09 09:20:55 +00:00
larshp
824195f63a rename classes #733 2017-06-09 07:41:05 +00:00
larshp
aefaa9f730 move auth definitions to interface 2017-06-07 18:32:29 +00:00
larshp
6a75a0922c move constants and types to interface 2017-06-07 18:26:53 +00:00
larshp
512ecfe2b7 rename some test helper classes 2017-06-07 17:44:16 +00:00
Lars Hvam
8f047002f5 v1.37.1 2017-06-07 18:19:03 +02:00
Lars Hvam
b7e6c3fee9 Merge pull request #772 from larshp/issue_771
WDYN: fix package popup
2017-06-07 18:18:05 +02:00
Lars Hvam
32b19badce Merge pull request #770 from larshp/issue_483
fix SHI3 diffs #483
2017-06-07 18:17:39 +02:00
larshp
08ec17fa63 rearrange some definitions 2017-06-06 19:03:42 +00:00
larshp
5d0833bd45 move macros inside METHOD 2017-06-05 16:13:08 +00:00
larshp
4434052035 remove macro _add 2017-06-05 16:02:55 +00:00
larshp
6076e8acbe WDYN: fix package popup 2017-06-05 09:03:25 +00:00
larshp
7055082260 fix SHI3 diffs #483 2017-06-05 08:08:52 +00:00
larshp
53d480bf38 bugfix, textpool deserialization
if only the tpool is updated, the texts are not activated properly. Save as inactive
2017-06-03 10:50:04 +02:00
Lars Hvam
e592e614e5 v1.37.0 2017-06-03 10:22:30 +02:00
Lars Hvam
c20cb1f2bd Merge pull request #766 from larshp/issue_765
Issue 765
2017-06-03 10:20:04 +02:00
Lars Hvam
e0472a8f49 Merge pull request #751 from bigld/master
Add Object FORM SAPScript form #39
2017-05-21 18:44:13 +02:00
bigld
02c8fd13b3 Changed to FORM FMs 2017-05-21 17:53:34 +02:00
larshp
7586382eb1 performance: decoding deltas
instead of converting to string with '0' and '1', do bitwise operations instead
2017-05-20 12:04:18 +00:00
larshp
95e97a34b9 DTEL, select directly 2017-05-20 10:50:07 +00:00
larshp
13a22b4612 FUGR, remove 2x SELECT SINGLE 2017-05-20 10:29:18 +02:00
larshp
221d86782b XML skip initial data 2017-05-20 10:28:09 +02:00
larshp
8a77e59a3c PROG I18N_TPOOL error #757 2017-05-17 16:52:48 +00:00
Lars Hvam
b8eb94546a fix build 2017-05-17 13:22:19 +02:00
Lars Hvam
32746e5bca add comment with reference to issue 2017-05-17 07:00:04 +02:00
bigld
701985df12 catch old ExceptionADT Jump 2017-04-29 21:23:06 +02:00
bigld
703c103e73 fix abaplint error #751 2017-04-29 21:15:13 +02:00
bigld
4bc9d0da7a Add Object FORM SAPScript form 2017-04-29 20:37:45 +02:00
larshp
131f8e690d issue #746
allow for specifying folder logic when using Advanced -> Export to zip
2017-04-29 10:57:42 +02:00
Christian Guenter
a159d97e9e fixed #744 2017-04-27 19:43:56 +00:00
masterrx
2afa9fe6a9 Merge branch 'ADT_JUMP' of https://github.com/christianguenter2/abapGit into ADT_JUMP 2017-04-27 21:11:40 +02:00
Lars Hvam
457047de5e Merge pull request #742 from christianguenter2/JUMP_AUTH
fix #741
2017-04-27 06:39:43 +02:00
Christian Guenter
14db60ce07 Precheck if jump is possible 2017-04-26 21:06:54 +00:00
Christian Guenter
5b8523d0b4 fix #741
https://github.com/larshp/abapGit/issues/741
2017-04-26 21:02:21 +00:00
Christian Guenter
f425e52d07 fix #739
https://github.com/larshp/abapGit/issues/739
2017-04-26 19:58:02 +00:00
larshp
7c868ac7bd fix indentation 2017-04-26 18:13:48 +02:00
larshp
75818b1e2e fix syntax error 2017-04-26 18:11:13 +02:00
Lars Hvam
93337e9db4 Merge branch 'master' into ADT_Jump 2017-04-26 18:07:08 +02:00
bigld
a44cb82fab formatting 2017-04-26 07:45:50 +02:00
bigld
4fc5bc10f6 remove max length for commit comment/body line size 2017-04-26 07:37:23 +02:00
Christian Guenter
43544c3f20 fixed linter errors
It seems that I'm too stupid to run the abapOpenCheck SCI checks. I hadn't any findings there...
2017-04-25 19:50:36 +00:00
bigld
989801ac3c abaplint Errors - #648 2017-04-24 08:29:08 +02:00
bigld
7a34c9de21 New Parameter for Commit Message Length - #648
Two setting parameter to adjust commit comment length (50-100) and Body line size (72-100)
2017-04-24 08:13:07 +02:00
Christian Guenter
241fa62f4d ADT jump 2017-04-23 18:51:09 +00:00
Christian Guenter
3a7976398b Added generic ADT jump functionality 2017-04-23 18:48:22 +00:00
larshp
38da837ea3 fix dynpros in module pools 2017-04-23 18:45:11 +02:00
Lars Hvam
8796859ad5 Merge pull request #733 from christianguenter2/ADT_Jump
Refactored jump to ADT to common method jump_adt
2017-04-23 13:24:46 +02:00
Christian Guenter
11ff761d14 fixed linter errors
strange, these errors weren't detected by abapOpenChecks, may I did something wrong
2017-04-23 11:20:04 +00:00
Christian Guenter
d1b6631738 Refactored jump to ADT to common method jump_adt
The jump to ADT functionality for DDLS and DCLS are quite similar. Therefore I refactored them to the common superclass lcl_objects_super. The new method jump_adt can now also be used by other object types.
2017-04-23 11:05:24 +00:00
larshp
839b038014 v1.36.0 2017-04-23 12:27:57 +02:00
Lars Hvam
8f13fd85cf Merge pull request #730 from larshp/issue_80
STYL support, issue 80
2017-04-23 12:03:03 +02:00
Lars Hvam
20f7c028cc Merge pull request #731 from christianguenter2/DCLS
Dcls
2017-04-23 12:02:56 +02:00
Christian Günter
94ad3ed7aa Update zabapgit_object_dcls.prog.abap 2017-04-23 11:57:45 +02:00
Christian Günter
b6672c4e4c Update zabapgit_object_dcls.prog.abap 2017-04-23 11:55:43 +02:00
Christian Günter
92261d91b1 Update zabapgit_object_dcls.prog.abap
fixed linter errors 3
2017-04-23 11:53:31 +02:00
Christian Guenter
e15f9e2374 fixed linter errors 2 2017-04-23 09:48:22 +00:00
Christian Guenter
0cd56e51e9 fixed linter errors 2017-04-23 09:44:41 +00:00
Christian Guenter
843d122c20 Jump to ADT added 2017-04-23 09:35:26 +00:00
larshp
655a15df81 cleanup
code inspector
pretty printer
2017-04-23 09:40:58 +02:00
larshp
881e37f341 STYL support 2017-04-23 09:09:08 +02:00
larshp
c2d9eb1108 v1.35.1 2017-04-23 08:11:53 +02:00
Lars Hvam
fdcd4a87cf Merge pull request #728 from bigld/master
DDLS jump added ADT #725
2017-04-23 08:06:40 +02:00
Lars Hvam
3ae0ec5f41 Merge pull request #718 from sbcgua/news-improvements
News improvements
2017-04-23 08:04:15 +02:00
bigld
2e1b3fd623 DDLS jump added ADT
Jump to DDLS in ADT if ADT Link Handling is enabled and ADT is connected to the SAP System
2017-04-23 02:09:25 +02:00
Christian Guenter
e37ef377fd Beautify 2017-04-22 20:40:09 +00:00
Christian Guenter
483982a134 DCLS added
https://github.com/larshp/abapGit/issues/726
2017-04-22 20:35:31 +00:00
Christian Guenter
3278d921c0 XSLT jump added 2017-04-22 14:53:15 +00:00
Lars Hvam
65fadec65a Merge pull request #719 from christianguenter2/master
Fixed issue 717
2017-04-22 16:36:29 +02:00
Lars Hvam
8c41d660a6 Merge pull request #721 from christianguenter2/WAPA-Jump
Wapa jump
2017-04-22 16:19:47 +02:00
Christian Günter
b1d726b0a5 Update zabapgit_object_wapa.prog.abap 2017-04-22 15:49:39 +02:00
Christian Günter
7483071438 Update zabapgit_object_wapa.prog.abap 2017-04-22 15:47:32 +02:00
Christian Günter
71be80af26 Update zabapgit_object_wapa.prog.abap 2017-04-22 15:40:30 +02:00
Christian Günter
2888fae8ed Update zabapgit_object_wapa.prog.abap 2017-04-22 15:39:40 +02:00
masterrx
9763ab19a8 Merge branch 'master' of https://github.com/larshp/abapGit 2017-04-22 15:29:28 +02:00
masterrx
56b624ba94 superfluous file deleted 2017-04-22 15:12:44 +02:00
masterrx
c4929bfe32 fixed object serializing 2017-04-22 15:10:57 +02:00
Christian Guenter
f8f6eeb9a1 SAMC fixed 2017-04-22 13:07:02 +00:00
Alexander Tsybulsky
6e760c6ee3 commit and wait fix 2017-04-20 22:44:43 +03:00
Alexander Tsybulsky
f6a7605476 #714 news improvements (done) 2017-04-20 22:32:35 +03:00
larshp
1542e9cffc v1.35.0 2017-04-20 17:46:49 +02:00
Christian Guenter
e3a7b00fa1 undo some changes 2017-04-19 20:37:25 +00:00
Christian Guenter
c6e69e0c41 undo some changes 2017-04-19 20:36:25 +00:00
Christian Guenter
856da99995 devclass cleared 2017-04-19 20:27:20 +00:00
Christian Guenter
e9cbcb1aad fixed linter errors 2017-04-19 20:16:49 +00:00
Christian Guenter
0e504d5eeb fixed change detection
The CHANGED* and CREATED* fields are now cleared properly
2017-04-19 20:12:13 +00:00
Alexander Tsybulsky
7f1a77bae4 #714 new improvements (almost done) 2017-04-19 21:13:03 +03:00
Christian Guenter
1fa894df31 WAPA jump added 2017-04-17 14:38:12 +00:00
Christian Guenter
5daada7480 Issue 717 fixed - WAPA (BSP application) some page attributes are missin 2017-04-17 14:05:26 +00:00
Christian Guenter
cac36ee010 fixed linter errors 2017-04-17 12:50:08 +00:00
Christian Guenter
f41de747d1 Issue 715: AMC and APC support added 2017-04-17 12:42:50 +00:00
larshp
68a13e47aa WDYA, implement changed_by 2017-04-16 10:45:11 +02:00
larshp
95452bda7a STYL #80, first few bits 2017-04-15 16:07:10 +02:00
larshp
16974f8b75 v1.34.0 2017-04-15 08:05:01 +02:00
Lars Hvam
8d36b01521 Merge pull request #713 from sbcgua/news2
Changelog display
2017-04-15 08:02:59 +02:00
Lars Hvam
151264fb67 Merge pull request #712 from larshp/issue_710
Issue 710
2017-04-15 08:02:45 +02:00
Lars Hvam
5e88853a40 Merge pull request #711 from larshp/issue_12
WAPA(BSP application) support, #12
2017-04-15 08:02:07 +02:00
larshp
303ede3003 fix #710
CP has escape character #
2017-04-13 11:57:16 +02:00
larshp
eb4196689d reproduce issue, #710 2017-04-13 11:47:58 +02:00
larshp
f4ff9920d4 bugfix, #703 2017-04-13 11:04:52 +02:00
larshp
0c1a67c797 seems to work now 2017-04-13 10:53:11 +02:00
larshp
f97266407a serialization done 2017-04-13 09:12:19 +02:00
Alexander Tsybulsky
782aa27d98 news finetuning 2017-04-13 09:56:27 +03:00
Lars Hvam
8ecdf2d754 Merge pull request #697 from larshp/issue_696
ignore files outside of starting folder #696
2017-04-13 08:54:40 +02:00
larshp
09b7fe0601 issue #696
dont ignore files in root folder, only subfolders
2017-04-13 08:52:11 +02:00
sbcgua
30f89dc9b5 Merge remote-tracking branch 'origin/news_announcement' into news2 2017-04-09 21:33:06 +03:00
Alexander Tsybulsky
7d7e4dafae Implementation of lif_object~changed_by for W3xx 2017-04-08 10:19:13 +03:00
Alexander Tsybulsky
57c12b8d80 toc css fix (conflicts between line height and sup tag) 2017-04-08 09:44:29 +03:00
Alexander Tsybulsky
07d109c138 fixes #706 2017-04-08 09:19:10 +03:00
Lars Hvam
2b34ec534e bugfix 2017-04-05 19:31:50 +02:00
larshp
a338e86772 WAPA serialization #12 2017-04-05 19:05:45 +02:00
Lars Hvam
c9f03a67e6 Merge pull request #701 from larshp/issue_640
authorizations, first draft #640
2017-04-05 18:04:59 +02:00
larshp
57bf690d17 authorization constants renamed 2017-04-05 17:56:29 +02:00
larshp
bcd76aa0ae add param 2017-04-05 17:19:43 +02:00
larshp
98c475ffe2 revert previous commit, wrong branch
too tired
2017-04-04 20:27:14 +02:00
larshp
36b4f4bcf3 WAPA stub 2017-04-04 20:25:24 +02:00
larshp
b0a328e40b add WAPA stub 2017-04-04 20:22:26 +02:00
larshp
acbfdb5ac4 v1.33.4 2017-04-04 19:47:48 +02:00
Lars Hvam
1f224551da Merge pull request #702 from RedWolf112/master
Dump on Clone or Explore #53
2017-04-04 17:10:26 +02:00
Lars Hvam
b8bb6ba86b Merge pull request #700 from larshp/issue_646
proxy authentication #646
2017-04-04 17:07:57 +02:00
Lars Hvam
a23ef90170 Merge pull request #699 from larshp/issue_227
repo settings, add starting_folder #227
2017-04-04 17:07:44 +02:00
Lars Hvam
a6aab23fdb Merge pull request #698 from larshp/issue_695
fix deleting db table with contents #695
2017-04-04 17:07:30 +02:00
Pascal
c92217d7b4 #53 Whitespace at end of line
Fix Whitespace at end of line
2017-04-04 14:35:28 +02:00
Pascal
90c4a052e8 Dump on Clone or Explore #53
Fix: Dump if Strust configuration is not right yet
2017-04-04 14:19:43 +02:00
larshp
b10f06f33d first draft #640 2017-03-30 08:57:46 +00:00