Directory branches/budaev/0PAPERS/bin/

Total Files:
2
Deleted Files:
6
Lines of Code:
0

[root]/branches/budaev/0PAPERS/bin

Lines of Code

branches/budaev/0PAPERS/bin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 63 (100.0%) 686 (100.0%) 10.8

Most Recent Commits

sbu062 2021-03-02 07:28 Rev.: 10664

better name

0 lines of code changed in 8 files:

  • branches/budaev/0PAPERS/bin: Lo_SVN-linux.oxt (changed), Lo_SVN.oxt (changed), diff2odt (del), diffodt (del), diffodt.bat (del), lo_svn-linux.bas (del), lo_svn.bas (del), lo_svn_svnCommitDialog.xdl (del)
sbu062 2021-02-17 10:33 Rev.: 10560

merged r10559: need to go to drive where the temp directory is located in stupid Windows cmd, otherwise it does not ener `TEMPDIR`

4 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: diffodt.bat (+4)
sbu062 2021-02-17 10:10 Rev.: 10557

fix bug deleting original file, fix bug wrong file name, `%FILENAME%` must be quoted on Windows

7 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: diffodt.bat (+7 -7)
sbu062 2021-02-12 23:26 Rev.: 10512

additional tips

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+1 -1)
sbu062 2021-02-12 23:06 Rev.: 10511

very short wait delay also started to work

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+1 -1)
sbu062 2021-02-12 23:04 Rev.: 10510

reduce wait duration, with synchronous operations and correct `Shell` syntax (single command + separate options) delay is not needed

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+1 -1)
sbu062 2021-02-12 22:59 Rev.: 10509

adhere to syntax rules
`Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) `

22 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+22 -22)
sbu062 2021-02-12 22:28 Rev.: 10508

delete obsolete

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+1 -3)
sbu062 2021-02-12 22:23 Rev.: 10507

better comments

4 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+4 -1)
sbu062 2021-02-12 22:21 Rev.: 10506

commit function now reports errors

47 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+47 -25)
sbu062 2021-02-12 19:15 Rev.: 10505

added error analysis and reporting to lock and unlock functions

128 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+128 -8)
sbu062 2021-02-12 15:04 Rev.: 10503

release sync with r10502: diffodt system-wide

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: Lo_SVN-linux.oxt (changed)
sbu062 2021-02-12 14:56 Rev.: 10502

diffodt refers to system-wide, no user directory; deleted outdated dialog description, all in xml config exported

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+1 -21)
sbu062 2021-02-12 13:46 Rev.: 10501

pause after async to make sure the following stat command result is correct

4 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (+4)
sbu062 2021-02-12 12:56 Rev.: 10500

this Lo_SVN code is Linux-specific

24 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn-linux.bas (new 24)
sbu062 2021-02-12 12:50 Rev.: 10499

this Lo_SVN extension is Linux-specific

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: Lo_SVN-linux.oxt (new)
sbu062 2021-02-12 12:48 Rev.: 10498

output extension with upper repo URL, Linux only

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: Lo_SVN.oxt (changed)
sbu062 2021-02-12 12:46 Rev.: 10497

show main repository URI in the dialog, upper text box

19 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn_svnCommitDialog.xdl (+19 -14)
sbu062 2021-02-12 12:44 Rev.: 10496

show main repository URI in the dialog, upper text box

52 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+52 -1)
sbu062 2021-02-12 12:01 Rev.: 10495

show current revision in dialog

11 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+11 -4)
sbu062 2021-02-12 11:21 Rev.: 10494

force save before commit; show dialog after commit

33 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+33 -6)
sbu062 2021-02-11 21:45 Rev.: 10492

unlock button addad

7 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn_svnCommitDialog.xdl (+7 -4)
sbu062 2021-02-11 21:44 Rev.: 10491

unlock function

28 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+28)
sbu062 2021-02-11 21:26 Rev.: 10490

list properties at info, this is useful for checking `svn:needs-lock`

15 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+15 -1)
sbu062 2021-02-11 20:23 Rev.: 10489

wait delay enabled in commit, without it document can reload too quickly with lock-to-edit workflow scenario, in wrong read-write mode

1 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+1)
sbu062 2021-02-11 20:09 Rev.: 10488

delete wait before reload, works immediately

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (-2)
sbu062 2021-02-11 20:03 Rev.: 10487

update function: close main svn commit dialog and reload after update

12 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+12 -1)
sbu062 2021-02-11 19:52 Rev.: 10486

dialog with lock-to-edit button

12 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn_svnCommitDialog.xdl (+12 -5)
sbu062 2021-02-11 19:49 Rev.: 10485

implemented lock-to-edit function; force reload document after commit to sync with the latest commit: it is safe and works well with "svn:needs-lock" property-enabled documents

46 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+46 -1)
sbu062 2021-02-11 13:53 Rev.: 10484

close main svn dialog after revert

4 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+4 -1)
sbu062 2021-02-11 13:48 Rev.: 10483

fixed update function (no shell called) and implemented new Revert function

31 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+31 -1)
sbu062 2021-02-11 13:03 Rev.: 10482

comment on getting directory from `Environ(TEMP)`

2 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+2)
sbu062 2021-02-11 12:10 Rev.: 10481

new version of extension, deleted private directories, Linux only

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: Lo_SVN.oxt (changed)
sbu062 2021-02-11 12:09 Rev.: 10480

moved to library Lo_SVN

7 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn_svnCommitDialog.xdl (+7 -7)
sbu062 2021-02-11 12:06 Rev.: 10479

this is moved to Lo_SVN library, remove user directories

4 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+4 -5)
sbu062 2021-02-11 08:58 Rev.: 10477

exported extension Lo_SVN

0 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: Lo_SVN.oxt (new)
sbu062 2021-02-11 08:05 Rev.: 10476

added Dialog (exported) for LibreOffice svn macro

7 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn_svnCommitDialog.xdl (new 7)
sbu062 2021-02-11 00:08 Rev.: 10475

do not reload document at update, more ibntuitive

3 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+3 -3)
sbu062 2021-02-10 23:59 Rev.: 10474

notes on dialog structure

9 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+9 -6)
sbu062 2021-02-10 23:55 Rev.: 10473

use line input for strings, better resilence

2 lines of code changed in 1 file:

  • branches/budaev/0PAPERS/bin: lo_svn.bas (+2 -2)

(14 more)

Generated by StatSVN 0.7.0