Commit Graph

1312 Commits

Author SHA1 Message Date
Christian Tapia Sabogal
3adc8ca9fd Update zabapgit_app_impl.prog.abap 2017-01-20 18:34:21 -05:00
Christian Tapia Sabogal
cb021acb56 Filter logic improvement when serializing 2017-01-20 18:25:14 -05:00
Christian Tapia Sabogal
0479eb36b2 Filter logic improvement when serializing 2017-01-20 18:20:26 -05:00
Christian Tapia Sabogal
a917d89461 Update zabapgit_zip.prog.abap 2017-01-20 15:56:23 -05:00
eduardocopat
926cbcefbc Fixes function modules with exception classes 2017-01-20 20:18:57 +01:00
Christian Tapia Sabogal
772355fcdb Update zabapgit_repo_impl.prog.abap 2017-01-20 12:18:42 -05:00
Christian Tapia Sabogal
de05a94c74 Update zabapgit_zip.prog.abap 2017-01-20 11:58:12 -05:00
Christian Tapia Sabogal
2a90847837 Update zabapgit_repo_impl.prog.abap 2017-01-20 11:57:34 -05:00
Christian Tapia Sabogal
0c48d5c0ca Merge branch 'master' into issue553 2017-01-20 11:40:14 -05:00
Lars Hvam
1c3ed5c1df Merge pull request #554 from EduardoCopat/disable-popup-delete-table
Disable popup delete table
2017-01-20 17:05:37 +01:00
sbcgua
057858b304 Merge pull request #555 from sbcgua/master
fix #532, deleted objects didn't display correctly
2017-01-20 17:20:22 +02:00
EduardoCopat
21388867c9 Disable popup delete table 2017-01-20 15:51:00 +01:00
EduardoCopat
e1c8a1e7c4 Merge remote-tracking branch 'refs/remotes/larshp/master' 2017-01-20 15:43:39 +01:00
Christian Tapia Sabogal
dfa7c4bce3 Update zabapgit_file_status.prog.abap 2017-01-19 17:13:49 -05:00
Christian Tapia Sabogal
14b91e5b88 Update zabapgit_repo.prog.abap 2017-01-19 17:13:10 -05:00
Christian Tapia Sabogal
f47e4c2363 Update zabapgit_repo_impl.prog.abap 2017-01-19 17:11:40 -05:00
Christian Tapia Sabogal
98cf60c2a8 Transport to zip improvement: #553
Don't serialize objects that are not in the transport request.
2017-01-19 17:07:59 -05:00
Lars Hvam
23cd9ff736 Merge pull request #552 from christian1020-94/issue551
Fix #551 Delete blank lines from tadir objects
2017-01-19 21:10:05 +01:00
Christian Tapia Sabogal
c21aaca0c7 Delete blank lines from tadir objects
In "Transport to zip" option: Delete blank lines from tadir internal table before calculating the top package.
2017-01-19 15:03:20 -05:00
sbcgua
e38a47f25a fix #532, deleted objects didn't display correctly 2017-01-19 19:03:44 +02:00
EduardoCopat
f5977ddb38 Merge pull request #550 from larshp/revert-549-minor-ui
Revert "Minor UI adjustments"
2017-01-19 17:22:18 +01:00
EduardoCopat
a6186ff53b Revert "Minor UI adjustments" 2017-01-19 17:16:28 +01:00
Lars Hvam
8f28d5551c Merge pull request #549 from EduardoCopat/minor-ui
Minor UI adjustments
2017-01-19 15:00:26 +01:00
eduardocopat
a32ab9d4fb Removes activation pop-up screen 2017-01-19 14:24:23 +01:00
eduardocopat
bf1d9a13e3 Table deletion without pop-up 2017-01-19 14:18:59 +01:00
larshp
1e4884be59 ENHO: wdyconf downport 2017-01-19 11:27:22 +01:00
Lars Hvam
4663ef734c Merge pull request #547 from larshp/issue542
ENHO: wdyconf serialization #542
2017-01-19 11:11:32 +01:00
larshp
6b51b28a6b ENHO: support for serializing wdyconf #542 2017-01-19 11:08:47 +01:00
EduardoCopat
19d1b6a443 Merge remote-tracking branch 'refs/remotes/larshp/master' 2017-01-19 09:44:15 +01:00
EduardoCopat
4e5b762803 Merge remote-tracking branch 'refs/remotes/larshp/master' 2017-01-19 09:43:05 +01:00
larshp
10b3e3192f fix newline
should really fix https://github.com/larshp/abapGit/issues/42 sometime soon
2017-01-19 08:13:59 +01:00
Lars Hvam
ffed1cf31c Merge pull request #546 from christian1020-94/issue545
Unnecessary "no description" error deleted #545
2017-01-19 07:54:46 +01:00
Christian Tapia Sabogal
cb288beafd Unnecessary "no description" error deleted #545 2017-01-19 01:53:40 -05:00
Christian Tapia Sabogal
7fce879051 Unnecessary "no description" error deleted. 2017-01-19 00:58:24 -05:00
Christian Tapia Sabogal
b2f3bbf881 Unnecessary "no description" error deleted. 2017-01-19 00:56:41 -05:00
larshp
62fe691048 ENHO: starting wdyconf 2017-01-18 19:08:18 +00:00
larshp
e9c6b5a3d6 Only show first 500 objects in list #537
Render only the first 500 objects, as it takes a lot of time to render the html if there are _many_ objects
2017-01-18 15:24:57 +00:00
larshp
68c51626a3 edit xml - fix dump, close #539 2017-01-17 16:05:23 +00:00
larshp
8b0b6999fc Background mode: fix commit text, close #540 2017-01-17 16:15:36 +01:00
Lars Hvam
d0d24f3f48 Merge pull request #538 from kvtorp/master
Added workaround to loading zero-length files
2017-01-16 13:14:47 +01:00
kvtorp
e3ba6b5053 Added workaround to loading zero-length files
Changed the use of CL_ABAP_ZIP to use the FILES attribute rather than use the SPLICE method, as the latter does not return zero-length files
2017-01-16 12:09:20 +00:00
Lars Hvam
73441ce92f Merge pull request #534 from sbcgua/master
HEAD in select branch dialog & highlighting css bug fix
2017-01-12 21:26:38 +01:00
sbcgua
ab706e6d6b remove "menu_end" logic, moved to CSS 2017-01-12 17:28:03 +02:00
sbcgua
ea28fdfd7b small fix for html intentation at page_main 2017-01-12 17:11:32 +02:00
sbcgua
f76b1bfce0 HEAD in select branch dialog #531
normilize branch name for new branches -> substitute space to '-'
2017-01-12 16:52:17 +02:00
sbcgua
b91ab3d9bd fix highlighting bug after page_diff refactoring 2017-01-12 15:35:40 +02:00
larshp
169373825d v1.25.0
new feature = unified split diff
2017-01-11 15:32:43 +00:00
Lars Hvam
cfe0ff4bfa Merge pull request #529 from larshp/issue522
ENHO: support for new methods and interface enh
2017-01-11 16:30:40 +01:00
larshp
f8562a52d4 ENHO: serialize code from new method 2017-01-11 15:27:05 +00:00
Lars Hvam
aa1d2a6fdd Merge pull request #530 from sbcgua/master
UI diff page unified mode
2017-01-11 15:48:25 +01:00