Commit graph

24 commits

Author SHA1 Message Date
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
c84416aec0 Maintenance: Improved translatable source strings. 2021-12-07 11:12:09 +00:00
Martin Gruner
a389b8f07c Maintenance: Replace rand() where possible 2021-09-20 12:47:05 +02:00
Thorsten Eckel
916bb77066 Maintenance: Activated rubocop Layout/SpaceInsideParens. 2021-07-19 15:36:48 +02:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Ryan Lue
dbe13c2ed6 - Fixes #2658 - CSV-Import doesn't lookup records by "name" field.
- Fixes #2659 - CSV-Import doesn't (always) handle database errors correctly.

Attention: This introduces a behavior change: Before (other) data was still imported on errors, now data only will get imported when no error occurs.
2019-10-21 12:44:52 +02:00
Thorsten Eckel
e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 2018-12-19 18:33:22 +01:00
Thorsten Eckel
9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 2018-10-09 08:17:41 +02:00
Thorsten Eckel
705487154c Applied changes for Rubocop 0.51. 2017-11-23 09:09:44 +01:00
Thorsten Eckel
5afb92dbdc Refactoring: Improved lookup of association IDs by performing one JOIN instead of multiple SELECTs. This is especially usefull for systems where the DB runs on a separated system. 2017-10-18 11:21:51 +02:00
Thorsten Eckel
350c3ead51 Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
Martin Edenhofer
c53194b606 Code cleanup. 2017-04-25 00:16:04 +02:00
Rolf Schmidt
c2cb152114 Fixed issue #839 - Dont allow "none" admin user. 2017-04-19 09:37:43 +02:00
Martin Edenhofer
6411a34a0f Added .sort for array comparing. 2016-02-22 09:51:32 +01:00
Thorsten Eckel
d7995bc6d3 Updated dependencies and applied new rubocop rules. 2016-01-15 18:23:35 +01:00
Thorsten Eckel
f18afea600 Applied rubocop cop 'Style/NumericLiterals'. 2015-07-03 17:32:48 +02:00
Martin Edenhofer
0b512c59ec Improved speed of user and organization assets. 2015-06-19 00:39:34 +02:00
Martin Edenhofer
9e8fc2c058 Improved tests. 2015-06-18 23:26:58 +02:00
Martin Edenhofer
bd1db72b9b Applied rubocop Style/TrailingBlankLines. 2015-04-27 16:15:29 +02:00
Martin Edenhofer
70e48aab13 Merge branch 'develop' of github.com:martini/zammad into develop
Conflicts:
	config/environments/development.rb
	db/migrate/20120101000020_create_network.rb
	db/migrate/20140831000001_create_object_manager.rb
	lib/fill_db.rb
	test/unit/session_basic_test.rb
	test/unit/session_basic_ticket_test.rb
	test/unit/session_collections_test.rb
	test/unit/session_enhanced_test.rb
	test/unit/working_time_test.rb
2015-04-27 16:02:07 +02:00
Martin Edenhofer
a299f79598 Moved to rubocop Style/NumericLiterals. 2015-04-27 15:43:34 +02:00
Thorsten Eckel
ce58d465c0 Corrected with rubocop cop 'Style/HashSyntax'. 2015-04-27 15:42:53 +02:00
Martin Edenhofer
6eb460ac8a Improved object cache. Use self.changes to cover same feature. Reduced number of sql statements. 2015-02-01 13:36:22 +01:00
Martin Edenhofer
852339be1e Fixed lookup cache management. 2013-03-11 22:15:21 +01:00