Commit Graph

25 Commits

Author SHA1 Message Date
larshp
eda6a27fb1 lcl_settings to global 2018-01-12 12:24:59 +00:00
larshp
5171a83132 lif_gui_page to global 2018-01-11 16:16:05 +00:00
larshp
9f0adfda18 lcl_html to global
lcl_html to global
2018-01-08 16:30:57 +00:00
Christian Günter
14937edde6 Rename to lower case 2017-10-08 17:22:35 +02:00
Christian Günter
dc1b8613ea replace occurrences of lif_defs with ZIF_ABAPGIT_DEFINITIONS 2017-10-08 17:15:43 +02:00
larshp
8624f9f8f2 use global exception class #773 2017-10-01 10:28:23 +00:00
larshp
0016916564 experimental features switch, #910 2017-09-10 12:21:16 +00: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
larshp
824195f63a rename classes #733 2017-06-09 07:41:05 +00:00
larshp
6a75a0922c move constants and types to interface 2017-06-07 18:26:53 +00:00
Christian Guenter
f425e52d07 fix #739
https://github.com/larshp/abapGit/issues/739
2017-04-26 19:58:02 +00: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
4fc5bc10f6 remove max length for commit comment/body line size 2017-04-26 07:37:23 +02: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
3a7976398b Added generic ADT jump functionality 2017-04-23 18:48:22 +00:00
larshp
7faba909e7 proxy authentication #646 2017-03-30 08:05:55 +00:00
larshp
4ca551b74e update to latest abapGit format 2017-01-22 09:37:26 +00:00
Christian Tapia Sabogal
69148413ab Add files via upload 2017-01-21 09:48:10 -05:00
sbcgua
51db93b499 html refactoring, render sequence refactoring
- refactor lcl_html_helper (renamed to lcl_html, additional methods)
- icons rendered with lcl_html->icon
- some common html chunks moved to lcl_gui_chunk_lib
- lcl_gui_page_super renamed to lcl_gui_page
- page structure rendering concentrated in lcl_gui_page->render
2017-01-07 09:50:37 +02:00
sbcgua
d226b9f380 tutorial component, footer on settings page #469 2016-11-28 13:51:18 +02:00
sbcgua
e452f2a8e3 remove inline styles #374 2016-11-27 00:02:13 +02:00
eduardocopat
f9369da21a Added critical tests on settings page 2016-11-25 13:17:22 +01:00
EduardoCopat
9063a2d6a6 Settings (proxy) #412 (#414)
* Added empty settings page
Also added it in the Advanced meun

* Added Settings HTML structure

* Provide settings persistence
I put the unit tests in the persistence include rather than the unit test include

* Triggering settings save on UI event

* Plug-in the proxy settings into CL_HTTP_CLIENT
Also, removed a break point...

* abaplint fixes

* abaplint fixes #2
2016-11-10 16:40:49 +01:00