Martin Edenhofer
|
ca42df1ef6
Improved error handling.
|
9 years ago |
Thorsten Eckel
|
9c3c2de3be
Applied rubocop cop 'Style/GuardClause'.
|
9 years ago |
Thorsten Eckel
|
54fd62487c
Applied rubocop cop 'Style/SpaceInsideStringInterpolation'.
|
9 years ago |
Martin Edenhofer
|
f7c57d4a3b
Fixed logic error.
|
9 years ago |
Martin Edenhofer
|
f4a58f8272
Small code cleanup.
|
9 years ago |
Martin Edenhofer
|
1ce9f91408
Removed not needed full cache.
|
9 years ago |
Martin Edenhofer
|
9e3a68762d
Removed extended logging.
|
9 years ago |
Martin Edenhofer
|
06047e249b
Added logging to find race condition.
|
9 years ago |
Thorsten Eckel
|
8b822a7ddc
Corrected with rubocop cop 'Style/ClassVars'.
|
9 years ago |
Thorsten Eckel
|
18eaebd9b9
Corrected with rubocop cop 'Lint/ShadowingOuterLocalVariable'.
|
9 years ago |
Martin Edenhofer
|
43a924f554
Applied rubocop Style/CommentIndentation.
|
9 years ago |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
9 years ago |
Thorsten Eckel
|
c2af4fdd30
Corrected with rubocop cop 'Style/SignalException'.
|
9 years ago |
Thorsten Eckel
|
a5a215b774
Corrected with rubocop cop 'Style/EmptyLineBetweenDefs'.
|
9 years ago |
Thorsten Eckel
|
6a41d0ee18
Corrected with rubocop cop 'Rails/FindBy'.
|
9 years ago |
Thorsten Eckel
|
8f54cf18f5
Corrected with rubocop cop 'Style/NilComparison'.
|
9 years ago |
Thorsten Eckel
|
c282fd2b37
Corrected with rubocop cop 'Lint/UnusedBlockArgument'.
|
9 years ago |
Thorsten Eckel
|
1ac1cf4184
Corrected with rubocop cop 'Style/Next'.
|
9 years ago |
Thorsten Eckel
|
650e17be7c
Corrected with rubocop cop 'Lint/StringConversionInInterpolation'.
|
9 years ago |
Martin Edenhofer
|
a969242ada
Applied some rubocops.
|
9 years ago |
Martin Edenhofer
|
4365039f49
Moved to rails logger.
|
9 years ago |
Martin Edenhofer
|
6642017f23
Added debug messages to get more details about issue on ci env.
|
9 years ago |
Thorsten Eckel
|
92ca9f1bcd
Corrected with rubocop cop 'Style/HashSyntax'.
|
9 years ago |
Thorsten Eckel
|
44adaf000e
Corrected with rubocop cop 'Style/DeprecatedHashMethods'.
|
9 years ago |
Thorsten Eckel
|
2a036be4af
Corrected with rubocop cop 'Style/GuardClause'.
|
9 years ago |
Martin Edenhofer
|
16ddef38e9
Applied rubocop Style/SpaceAfterComma.
|
9 years ago |
Martin Edenhofer
|
c34a33da99
Applied rubocop Style/SpaceAroundOperators.
|
9 years ago |
Martin Edenhofer
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
9 years ago |
Martin Edenhofer
|
bd1db72b9b
Applied rubocop Style/TrailingBlankLines.
|
9 years ago |
Martin Edenhofer
|
70e48aab13
Merge branch 'develop' of github.com:martini/zammad into develop
|
9 years ago |
Thorsten Eckel
|
ce58d465c0
Corrected with rubocop cop 'Style/HashSyntax'.
|
9 years ago |
Martin Edenhofer
|
399a119da9
Merge branch 'develop' of github.com:martini/zammad into develop
|
9 years ago |
Martin Edenhofer
|
94cae01973
Implemented notify_clients_after_touch for later.
|
9 years ago |
Thorsten Eckel
|
a70b3cfc89
Corrected with rubocop cop 'Style/StringLiterals'.
|
9 years ago |
Martin Edenhofer
|
be31823d89
Improved cache backend. Heavy reduce of sql queries.
|
9 years ago |
Martin Edenhofer
|
eaf537017e
If system_init_done is not finished, allow inserts with id for any objects.
|
9 years ago |
Martin Edenhofer
|
4c2d3e50c3
Prevent given external id at object creation.
|
9 years ago |
Martin Edenhofer
|
3066e49eb1
Fix for using id in loading seeds.rb - unit tests will follow asap.
|
9 years ago |
Martin Edenhofer
|
6eb460ac8a
Improved object cache. Use self.changes to cover same feature. Reduced number of sql statements.
|
9 years ago |
Martin Edenhofer
|
7810ead783
Fixed ticket reload on server change. Moved to extra notify_clients_support method on models.
|
9 years ago |
Martin Edenhofer
|
02f5cf76df
Added :id support to create_or_update method.
|
9 years ago |
Martin Edenhofer
|
5852bcb142
Improved memory management on many objects.
|
10 years ago |
Martin Edenhofer
|
d9938f59c6
Moved to framework logger object.
|
10 years ago |
Martin Edenhofer
|
e4e915fff7
Merge branch 'develop' into interface
|
10 years ago |
Martin Edenhofer
|
5f401a7b04
Improved order of callback for destroy (delete references first).
|
10 years ago |
Martin Edenhofer
|
4c8a13d5b2
Added helper Model.assets_of_object_list() and fixed losing references in some cases.
|
10 years ago |
Martin Edenhofer
|
3cb4bb72cd
Moved object lookup to generic model.
|
10 years ago |
Martin Edenhofer
|
8bb4a842a2
Moved to .full in backend, frontend and REST for models.
|
10 years ago |
Martin Edenhofer
|
bf42e989bb
Because of mysql inno_db limitations, strip 4 bytes utf8 chars (e. g. emojis). Unfortunaly UTF8mb4 will raise other limitaions of max varchar and lower index sizes. More details: http://pjambet.github.io/blog/emojis-and-mysql/
|
10 years ago |
Martin Edenhofer
|
417545adaa
Fixed activity stream feature.
|
10 years ago |