Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: e96ce02c5224565722542b6c7275b0763ea21ef1
https://github.com/openSUSE/open-build-service/commit/e96ce02c5224565722542…
Author: Lukas Ocilka <lukas.ocilka(a)gmail.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M src/webui/app/helpers/project_helper.rb
M src/webui/app/models/patchinfo.rb
M src/webui/app/views/patchinfo/_form.html.erb
A src/webui/test/unit/project_helper_test.rb
Log Message:
-----------
[webui] Moving data from helper/ERB to appropriate Model
- Comes with testsuite
- Colors definitions should be later moved to CSS instead
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 82613e3cd251d58534a85d5256c80d8864106247
https://github.com/openSUSE/open-build-service/commit/82613e3cd251d58534a85…
Author: Lukas Ocilka <lukas.ocilka(a)gmail.com>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M src/webui/app/helpers/application_helper.rb
A src/webui/test/unit/application_helper_test.rb
Log Message:
-----------
[webui] Speeding up the application_helper
- Moving date computed on-the-fly to constants
- And comes with a nice testsuite as well!