Commit Graph

1705 Commits

Author SHA1 Message Date
Lars Hvam
a7210c23e2 Merge pull request #855 from christianguenter2/ABAP_PRAGMA
Abap pragma
2017-07-25 08:11:49 +02:00
Christian Guenter
30c6b9dbfa change 'changed_by' to user_unknown 2017-07-25 05:47:33 +00:00
Lars Hvam
f900d68fb8 docs: add PRAG 2017-07-25 06:04:16 +02:00
Lars Hvam
aae5b36807 Merge pull request #859 from christianguenter2/SICF_DELETE
Bugfix delete SICF which is managed by SAPC
2017-07-25 06:02:08 +02:00
Lars Hvam
d61d393cea Merge pull request #857 from christianguenter2/SICF_JUMP
add SICF jump
2017-07-25 06:00:24 +02:00
Christian Guenter
486d9afeb2 Bugfix delete SICF which is managed by SAPC 2017-07-24 19:37:09 +00:00
Christian Guenter
258414aba6 add SICF jump 2017-07-24 18:54:53 +00:00
Christian Guenter
d7b872a8eb PRAG refactoring 2017-07-24 18:21:20 +00:00
Christian Guenter
77922db475 add implementation of missing PRAG methods 2017-07-23 21:29:29 +00:00
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
Lars Hvam
28b5842d8f Merge pull request #853 from christianguenter2/ISSUE_834
Bugfix access deleted branch in news page
2017-07-23 16:20:19 +02: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
Lars Hvam
4c2b1a1d9c Merge pull request #852 from larshp/refactor
Refactor
2017-07-23 14:47:12 +02: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
Lars Hvam
02bc202eb6 Merge pull request #850 from larshp/issue_738
allow sap objects, #738
2017-07-23 10:18:19 +02:00
larshp
b1c2553740 allow sap objects, #738 2017-07-23 08:14:24 +00:00
Lars Hvam
dfc66c473a Merge pull request #849 from larshp/issue_848
user exit for overriding host #848
2017-07-23 10:02:26 +02: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
Lars Hvam
d189e4eed9 v1.37.6 2017-07-23 07:28:38 +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
Lars Hvam
abe9b553a0 Merge pull request #841 from ElNovi/patch-1
Remove white space at end of line
2017-07-19 13:40:14 +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
Lars Hvam
29ee28ffca v1.37.5 2017-07-17 20:00:41 +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
Lars Hvam
3563c1ca5d docs: add link to presentation by @hendrik77 2017-07-14 13:38:06 +02:00
Lars Hvam
7074deb6eb docs: "index.html" not needed 2017-07-14 11:11:36 +02:00
Lars Hvam
9df78e9b9d Merge pull request #825 from Gekke-Jakke/master
Function groups with namespaces - not implemented #824
2017-07-12 14:24:39 +02: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
Lars Hvam
8fe9d3b276 docs: update articles and presentations 2017-07-09 10:42:43 +02:00
Lars Hvam
6e7f918f79 v1.37.4 2017-07-09 10:16:49 +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
Lars Hvam
5fb8580330 Merge pull request #817 from larshp/issue_813
SSFO, fix #813
2017-07-09 09:40:36 +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