68 Commits (bd63fb2bb941294371a072fea9fc2f930ff5bf3f)

Author SHA1 Message Date
Tomás Cohen Arazi 1557bf0100 Bug 26555: Make sure _messages is always initialized 4 years ago
Tomás Cohen Arazi d576f887c1 Bug 26555: Add ->messages and ->add_message to Koha::Object 4 years ago
Tomás Cohen Arazi 9555ca1c73 Bug 25638: Update TODO 4 years ago
Jonathan Druart f4f3c8f18b Bug 25638: Fix regression 4 years ago
Jonathan Druart 8dfbc46aa4 Bug 25638: Fix float/decimal comparison in API related tests 4 years ago
Jonathan Druart 59ae6ced7f Bug 25638: Revert "Bug 25513: Remove unneeded integer casting in Koha::Object->TO_JSON" 4 years ago
Jonathan Druart a79cf4150e Bug 25513: Remove unneeded integer casting in Koha::Object->TO_JSON 4 years ago
Jonathan Druart 6235d0cfa1
Bug 23185: Make Koha::Objects->update loop on the object set if needed 4 years ago
Jonathan Druart 65c5407d41
Bug 25044: Remove the need to define koha_object[s]_class for standard object class names 4 years ago
Jonathan Druart 8e6cebb6b4
Bug 22001: Add the DBI error message 4 years ago
Jonathan Druart 9c383aa286
Bug 23463: (follow-up 3) Fix timestamp default value 4 years ago
Jonathan Druart 6c9cc168ba
Bug 23463: (follow-up 2) Fix timestamp default value 4 years ago
Jonathan Druart a881984413
Bug 23463: Use new method Koha::Object->set_or_blank 4 years ago
Jonathan Druart 57eb6e4226
Bug 23463: (follow-up) Fix timestamp default value 4 years ago
David Gustafsson 7da21c6a10
Bug 24788: Remove autoloaded column accessors in Koha::Object->store 4 years ago
Jonathan Druart 7d8b96803f
Bug 24545: Fix license statements 4 years ago
Agustin Moyano b2ad635825
Bug 24356: Make objects.search prefetch embedded relations 4 years ago
Jonathan Druart 82716a0172
Bug 23084: Replace grep {^$var$} with grep {$_ eq $var} 5 years ago
Jonathan Druart 82c8542cb6
Bug 24213: Fix Koha::Object->get_from_storage if the object has been deleted 4 years ago
Tomás Cohen Arazi 58356c12bb
Bug 24528: Add *_count support to to_api 4 years ago
Tomás Cohen Arazi 8b130c2eed
Bug 23893: Special care for booleans 4 years ago
Tomás Cohen Arazi 954c742cc6
Bug 24228: Make ->to_api params a hashref 4 years ago
Agustin Moyano f87ebb9ab1
Bug 24228: Add parameters to Koha::Object(s)->to_api to automatically embed objects 4 years ago
Tomás Cohen Arazi badbd7d859
Bug 23893: Catch dt_from_string exceptions 4 years ago
Jonathan Druart 4104f782d8
Bug 23893: Remove Overloaded method from Koha::Patron 4 years ago
Tomás Cohen Arazi 340f77732a
Bug 23893: Add new_from_api and set_from_api to Koha::Object 5 years ago
Tomás Cohen Arazi b9af3d71b1
Bug 23893: Implement Koha::Object->from_api_mapping 5 years ago
Jonathan Druart 276b646925
Bug 21684: Koha::Object->delete must return a Koha::Object 4 years ago
Jonathan Druart 52a9dee300
Bug 21684: Fix delete methods and add more tests 4 years ago
Martin Renvoize b6206a3e23
Bug 21761: Call set + store as update 5 years ago
Marcel de Rooy e5cdf88544
Bug 23825: (QA follow-up) Remove database name 5 years ago
Marcel de Rooy 480afea9dd
Bug 23825: Koha/Object.t might fail on a backtick 5 years ago
Tomás Cohen Arazi 3c0c75e6af
Bug 23770: Add Koha::Object(s)->to_api method 5 years ago
Kyle Hall 109334102f
Bug 14570: Make it possible to add multiple guarantors to a record 8 years ago
Jonathan Druart 766eaa0df4 Bug 21610: Improve default values for dates 6 years ago
Marcel de Rooy 0ee4e9e14f Bug 21610: (follow-up) Default value for dates 6 years ago
Marcel de Rooy 8625eefc76 Bug 21610: (QA follow-up) Better use columns_info from DBIx 6 years ago
Jonathan Druart abb51797d8 Bug 21610: Fix integers and dates values at Koha::Object->store level 6 years ago
Tomás Cohen Arazi 659253eef1 Bug 22051: Make Koha::Object->store translate incorrect value exceptions 5 years ago
Jonathan Druart ccbed38e21 Bug 22033: Remove related_resultset from the list of available methods 5 years ago
Jonathan Druart 1144ee4b81 Bug 20287: Koha::Object->get_from_storage 6 years ago
Jonathan Druart 2529a218ee Bug 20886: Do not cast undef to 0 (TO_JSON) 6 years ago
Jonathan Druart 5486670aca Bug 20767: Display a stack trace when a method is not covered by tests 6 years ago
Marcel de Rooy 38132cabbb Bug 18725: (QA follow-up) Use make_column_dirty instead of status change 6 years ago
Jonathan Druart b5bbda68fa Bug 19926: Add the Koha::Object->unblessed_all_relateds method 6 years ago
Josef Moravec 786086cfcf Bug 19828: (QA follow-up) Fix rethrowing exception and move rethrowing out of 'if' statement just in case the exception does not came from DBIx::Class 6 years ago
Tomás Cohen Arazi 84a8f09ec2 Bug 19828: Make Koha::Object->store translate DBIC exceptions into Koha exceptions 6 years ago
Jonathan Druart 6d6c628d85 Bug 18330: (follow-up) Do not return undef explicitely 6 years ago
Lari Taskula 54de74c6f6 Bug 18330: Handle date-time in Koha::Object->TO_JSON 7 years ago
Marcel de Rooy cd812cb421 Bug 18174: Add update to Koha::Object 7 years ago