[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-08-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Martin Renvoize changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-08-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Nick Clemens changed: What|Removed |Added Status|Passed QA |Pushed to Master

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-07-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #10 from Jonathan Druart --- Created attachment 77173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77173=edit Bug 19633: (QA follow-up) Really remove these ugly numbers See BZ comment5. We now

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-07-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Jonathan Druart changed: What|Removed |Added Attachment #74722|0 |1 is obsolete|

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-07-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-06-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #8 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > Ok but I would have written > > use constant UPLERR_ALREADY_EXISTS => 'UPLERR_ALREADY_EXISTS'; > instead of > use constant ERRCODE_1=>

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-06-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #7 from Marcel de Rooy --- Created attachment 75856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75856=edit Bug 19633: (QA follow-up) Really remove these ugly numbers See BZ comment5. We now remove

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-05-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #6 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > Ok but I would have written > > use constant UPLERR_ALREADY_EXISTS => 'UPLERR_ALREADY_EXISTS'; > instead of > use constant ERRCODE_1=>

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-05-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-04-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Marcel de Rooy changed: What|Removed |Added Attachment #72919|0

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-04-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #4 from Marcel de Rooy --- Rebased in connection with [% Asset.js("js/file-upload.js") %] -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-03-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Brendan Gallagher changed: What|Removed |Added Attachment #72084|0

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-03-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Brendan Gallagher changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-02-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Marcel de Rooy changed: What|Removed |Added Status|ASSIGNED

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-02-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 --- Comment #1 from Marcel de Rooy --- Created attachment 72084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72084=edit Bug 19633: Use alphanumeric error codes in upload The error

[Koha-bugs] [Bug 19633] Use alphanumeric error codes in upload

2018-02-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633 Marcel de Rooy changed: What|Removed |Added Summary|Uploader.pm / upload.pl --