1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed problems with metric_controller test. * changed test tariff start date to 2 years ago to make it turned on for any test metric. * updated report path to month_year_path More... almost 11 years ago
Updated notification_settings fixture according to notification_datetime replacement with separate day, hour, minute fields. More... almost 11 years ago
Fixed wrong report url redirect after metric creation. More... almost 11 years ago
Fixed bug with redirect to null when report hasn't been created after metric creation. More... almost 11 years ago
Changed column type from float to decimal with fixed scale and precision for metrics, tariffs and reports. More... almost 11 years ago
Added possibility to change metric month when creating new metric. * bootstrap-datepicker gem switched to my own work to support marked dates ( for months that already have data) * also updated seed.rb to made start database as clean as possible. More... almost 11 years ago
Fixed layout for edit tariff page. DMY datetime format separator changed to hyphen from dot. DatePicker input made as a custom input control with embedded datetime localization. More... almost 11 years ago
Changed deploy server name. Updated task to copy configs. More... almost 11 years ago
Finished layout for notification settings form. Changed datetime column to separated day, hour and minute columns into notification_settings table. Updated seed file and related model. More... about 11 years ago
Added forgotten assets and some tests for previous commit. More... about 11 years ago
Added settings controller and simple layout for it. Added enabled column to notification settings. Updated seeds.rb More... about 11 years ago
Fixed smtp_setttings value in .gitignore. More... about 11 years ago
Added scaffold for settings. More... about 11 years ago
Added migrations and updated models to prepare to notifications settings realization. More... about 11 years ago
Added simple email notification each month at specific day ( currently 20 ). All email related configuration moved to yml files. Added sample files to git and real files to gitignore. More... about 11 years ago
Added sample files for database and smtp settings. Updated .gitignore. More... about 11 years ago
Added forgotten bootbox.js that was used to show confirmation dialog when removing a tariff. More... about 11 years ago
Added tariff removing. More... about 11 years ago
Added edit and remove tariff buttons. Edit button open edit tariff form. Remove button doesn't work yet. More... about 11 years ago
Removed orphaned previous_report calculation. Replaced with helper method call. More... about 11 years ago
All tariffs now sorted by start_date ( Tariff#index) More... about 11 years ago
current_tariff and previous_tariff moved from application_helper to tariff_helper More... about 11 years ago
Fixed date parsing for new tariff form. Used 'chronic' gem to parse not only russian date format but also natural language dates ( such as today, 2 years ago, etc). Russian language does not supported yet. More... about 11 years ago
Removed placeholder for tariff end_date. More... about 11 years ago
Added layout and styles for new tariff page. Adding of new tariffs is not working yet. More... about 11 years ago
Added link to create new tariff. More... about 11 years ago
Removed deprecated usage of simple_from class without wrap_with in a custom inline_checkbox input. More... about 11 years ago
Renamed is_there_more? to make it more clear. Added test. More... about 11 years ago
[Bug] Fixed problem with tariff#index crash if there was only one tariff. [Feature] If there are 2 tariffs only or lesser then link 'more tariffs' wouldn't be showed. More... about 11 years ago
Added link 'to top' for tariffs index when user scrolled down page. More... about 11 years ago