Commit Graph

469 Commits

Author SHA1 Message Date
Paul van Tilburg 8af4d4d148
Don't use UTF-8 dots in the header 2021-10-02 17:10:23 +02:00
Paul van Tilburg 39949606e5
Switch to Nokogiri 1.12.5 (addresses CVE-2021-41098) 2021-10-02 17:05:51 +02:00
Paul van Tilburg 0e74472983
Bundle update 2021-09-27 16:25:06 +02:00
Paul van Tilburg 9ba33c9b71
Switch to our own Git master of the camping gem 2021-09-27 16:08:59 +02:00
Paul van Tilburg 975ab31440 Switch to Nokogiri 1.10.4 (addresses CVE-2019-5477) 2019-08-21 19:40:08 +02:00
Paul van Tilburg 8e6fcddd49 Use Bundler in config.ru 2019-06-08 12:09:03 +02:00
Paul van Tilburg 6b7d96ecb9 Add a Gemfile that locks Camping back in time
Camping development has stalled for a few years now.
Use the Gemfile to help bundle create an environment in which it still
works, which is basically: Camping Git master plus
ActiveSupport/ActionView 4.2.
2019-06-08 12:09:01 +02:00
Paul van Tilburg 819fb5f530 Add comments to the gitignore 2019-06-08 12:08:58 +02:00
Paul van Tilburg f4c34d8e4e Fix some code wrapping; remove trailing whitespace 2019-03-31 00:12:07 +01:00
Paul van Tilburg 825387cc6f Merge tag 'v1.17.1' into development
Release 1.17.1
2018-10-15 19:59:12 +02:00
Paul van Tilburg 9d48c1ac6b Merge branch 'release/1.17.1' 2018-10-15 19:58:48 +02:00
Paul van Tilburg c5f6808e6b Update the changelog 2018-10-15 19:50:40 +02:00
Paul van Tilburg f6a412f9be Bump the version to 1.17.1 2018-10-15 19:49:38 +02:00
Paul van Tilburg d89f9ac65b Redirect to the customer after editing it
All other edit/forms redirect to the same page, why not this one?
2018-10-15 19:43:27 +02:00
Paul van Tilburg 157af0c2c3 Make the default hourly rate input field also a number field 2018-10-15 19:42:24 +02:00
Paul van Tilburg fa6aa24e0d Set minimal and step attributes for (currency) number input fields
If the step attribute not set, the default step is set to 0.50, which is
inconvient since it is also used for validation, i.e. if you have 35.50 in
the field, the only surrounding values 36.0 and 35.0 are valid, not 35.60.
2018-10-15 19:40:28 +02:00
Paul van Tilburg 548dfe22cc Update the changelog for the 0.17.0 release 2016-09-11 15:21:00 +02:00
Paul van Tilburg 1f955f55a6 Merge tag 'v1.17.0' into development
Release 1.17.0
2016-09-11 15:10:10 +02:00
Paul van Tilburg f04956cdcb Merge branch 'release/1.17.0' 2016-09-11 15:10:03 +02:00
Paul van Tilburg 9585515565 Bump bump to 1.17.0 2016-09-11 15:10:01 +02:00
Paul van Tilburg cb215e54eb Ensure that only time entries with tasks are selected (closes: #89c2a1)
Time entries without tasks shouldn't exist/be possible though.
2016-09-11 15:09:14 +02:00
Paul van Tilburg 7184248ccd Fix the last company info is used-check 2016-03-06 15:01:14 +01:00
Paul van Tilburg bbf2566352 Use #dup to copy models
Since we require ActiveRecord >= 3.2, #dup should be used,
not #clone (which is <= 3.1).
2016-03-06 14:59:59 +01:00
Paul van Tilburg 7c41c32dfd Add documentation for the #date_time_new_entry helper method 2016-03-06 12:17:46 +01:00
Paul van Tilburg 49bfdff822 Add support for choosing what date/time is used for new entries 2016-02-26 23:12:36 +01:00
Paul van Tilburg 81e6db24ef Fix wrong CSS class name 2015-12-17 09:41:58 +01:00
Paul van Tilburg faf95f842e Small textual tweak 2015-12-15 12:46:27 +01:00
Paul van Tilburg a2e021a6c6 Merge tag 'v1.16.1' into development
Release 1.16.1
2015-07-11 21:51:14 +02:00
Paul van Tilburg ce2ebc76d4 Merge branch 'release/1.16.1' 2015-07-11 21:51:07 +02:00
Paul van Tilburg 8c15c2f318 Update the changelog for the 1.16.1 release 2015-07-11 21:51:02 +02:00
Paul van Tilburg 1376ac3828 Bump version to 1.16.1 2015-07-11 21:48:40 +02:00
Paul van Tilburg f5d2c5af08 Rename the time entry filter param 2015-07-11 21:42:02 +02:00
Paul van Tilburg 1e33df19d6 Small Sass reformatting 2015-07-11 21:39:41 +02:00
Paul van Tilburg ebd220aac6 Also add missing subtitle in the invoice form 2015-07-11 21:38:29 +02:00
Paul van Tilburg 5160e79953 Actually count and show the active projects/tasks in the overview 2015-07-11 21:29:35 +02:00
Paul van Tilburg 23af29b800 Add missing subtitle on the customers view 2015-07-11 21:29:09 +02:00
Paul van Tilburg 58ec60ab60 Add an anchor for timelines
Also expand the customer timeline table row to have full width.
2015-07-11 21:23:51 +02:00
Paul van Tilburg 16b13de52c Reduce the padding in form controls 2015-07-11 21:23:28 +02:00
Paul van Tilburg 1cf130c1dd Tweaked some form grid column widths 2015-07-11 21:23:19 +02:00
Paul van Tilburg 7ecece3950 Shorten some button labels 2015-07-11 21:21:33 +02:00
Paul van Tilburg 4eef4669a5 Only show unbilled time in the customer form
Done so that it is the same as in the task form.
Also the list of all time entries for a customer can be very long,
thus creating a long load time of the customer form.
2015-07-11 21:20:18 +02:00
Paul van Tilburg 43b9c1336f Move the customers table into a more narrow row 2015-06-20 23:30:56 +02:00
Paul van Tilburg ad4362f471 Allow for forward navigation through the company info versions in the view 2015-06-20 23:30:02 +02:00
Paul van Tilburg c15f6c4e2e Merge tag 'v1.16.0' into development
Release 1.16.0
2015-06-20 22:06:51 +02:00
Paul van Tilburg 7531866680 Merge branch 'release/1.16.0' 2015-06-20 22:06:45 +02:00
Paul van Tilburg 92275504fc Mention the responsiveness as a feature 2015-06-20 22:06:37 +02:00
Paul van Tilburg 5635460b13 Update the changelog for the 1.16.0 release 2015-06-20 22:06:27 +02:00
Paul van Tilburg fef9f5c0b6 Bump version to 1.16.0 2015-06-20 21:53:43 +02:00
Paul van Tilburg 7c9eb3febc Add some bottom margin for button groups 2015-06-20 21:53:19 +02:00
Paul van Tilburg be676d97ba Sync up all forms so they look the same; use variable field sizes
Also, add missing headers where needed and put forms in a row and
cell for medium sized device as not to use the full width.
2015-06-20 21:48:51 +02:00