merged initial codebase
commite26aa153828152106a6a2b98e71e4aca71244cf4
authorpqauvsum <pqauvsum@posteo.cz>
Wed, 16 Jul 2014 11:05:14 +0000 (16 13:05 +0200)
committerpqauvsum <pqauvsum@posteo.cz>
Wed, 16 Jul 2014 11:05:14 +0000 (16 13:05 +0200)
tree162451bc4b017f5468f311bf184006239a67ec0d
parent43496b57d517aca217d452317a34ab2401d9c330
merged initial codebase
164 files changed:
COPYING [new file with mode: 0644]
devel-tools/config [new file with mode: 0644]
devel-tools/git2cl [new file with mode: 0755]
devel-tools/make-package.sh [new file with mode: 0755]
gui/Gemfile [new file with mode: 0644]
gui/Gemfile.orig [new file with mode: 0644]
gui/README.rdoc [new file with mode: 0644]
gui/Rakefile [new file with mode: 0644]
gui/app/assets/stylesheets/users.css [new file with mode: 0644]
gui/app/controllers/application_controller.rb [new file with mode: 0644]
gui/app/controllers/assets_controller.rb [new file with mode: 0644]
gui/app/controllers/cashflow_controller.rb [new file with mode: 0644]
gui/app/controllers/documents_controller.rb [new file with mode: 0644]
gui/app/controllers/password_reset_controller.rb [new file with mode: 0644]
gui/app/controllers/positions_controller.rb [new file with mode: 0644]
gui/app/controllers/quoterecords_controller.rb [new file with mode: 0644]
gui/app/controllers/sessions_controller.rb [new file with mode: 0644]
gui/app/controllers/users_controller.rb [new file with mode: 0644]
gui/app/helpers/application_helper.rb [new file with mode: 0644]
gui/app/helpers/positions_helper.rb [new file with mode: 0644]
gui/app/models/access.rb [new file with mode: 0644]
gui/app/models/comment.rb [new file with mode: 0644]
gui/app/models/dividend.rb [new file with mode: 0644]
gui/app/models/document.rb [new file with mode: 0644]
gui/app/models/document_assign.rb [new file with mode: 0644]
gui/app/models/document_data.rb [new file with mode: 0644]
gui/app/models/figure_data.rb [new file with mode: 0644]
gui/app/models/figure_var.rb [new file with mode: 0644]
gui/app/models/news.rb [new file with mode: 0644]
gui/app/models/news_assign.rb [new file with mode: 0644]
gui/app/models/news_feed.rb [new file with mode: 0644]
gui/app/models/news_item.rb [new file with mode: 0644]
gui/app/models/news_read.rb [new file with mode: 0644]
gui/app/models/order.rb [new file with mode: 0644]
gui/app/models/portfolio.rb [new file with mode: 0644]
gui/app/models/position.rb [new file with mode: 0644]
gui/app/models/position_revision.rb [new file with mode: 0644]
gui/app/models/quote.rb [new file with mode: 0644]
gui/app/models/quoterecord.rb [new file with mode: 0644]
gui/app/models/quoterecord_rule.rb [new file with mode: 0644]
gui/app/models/quoterecord_threshold.rb [new file with mode: 0644]
gui/app/models/setting.rb [new file with mode: 0644]
gui/app/models/split.rb [new file with mode: 0644]
gui/app/models/stock.rb [new file with mode: 0644]
gui/app/models/stock_quotesource.rb [new file with mode: 0644]
gui/app/models/stock_symbolextension.rb [new file with mode: 0644]
gui/app/models/timetag.rb [new file with mode: 0644]
gui/app/models/user.rb [new file with mode: 0644]
gui/app/models/user_session.rb [new file with mode: 0644]
gui/app/models/version.rb [new file with mode: 0644]
gui/app/views/assets/_position_details.html.erb [new file with mode: 0644]
gui/app/views/assets/index.html.erb [new file with mode: 0644]
gui/app/views/cashflow/index.html.erb [new file with mode: 0644]
gui/app/views/documents/index.html.erb [new file with mode: 0644]
gui/app/views/layouts/application.html.erb [new file with mode: 0644]
gui/app/views/password_reset/edit.html.erb [new file with mode: 0644]
gui/app/views/password_reset/new.html.erb [new file with mode: 0644]
gui/app/views/positions/edit.html.erb [new file with mode: 0644]
gui/app/views/positions/new.html.erb [new file with mode: 0644]
gui/app/views/positions/show.html.erb [new file with mode: 0644]
gui/app/views/quoterecords/index.html.erb [new file with mode: 0644]
gui/app/views/sessions/new.html.erb [new file with mode: 0644]
gui/app/views/users/_form.html.erb [new file with mode: 0644]
gui/app/views/users/new.html.erb [new file with mode: 0644]
gui/config.ru [new file with mode: 0644]
gui/config/application.rb [new file with mode: 0644]
gui/config/boot.rb [new file with mode: 0644]
gui/config/database.yml [new file with mode: 0644]
gui/config/database.yml.sqlite [new file with mode: 0644]
gui/config/environment.rb [new file with mode: 0644]
gui/config/environments/development.rb [new file with mode: 0644]
gui/config/environments/production.rb [new file with mode: 0644]
gui/config/environments/test.rb [new file with mode: 0644]
gui/config/initializers/backtrace_silencers.rb [new file with mode: 0644]
gui/config/initializers/inflections.rb [new file with mode: 0644]
gui/config/initializers/mime_types.rb [new file with mode: 0644]
gui/config/initializers/secret_token.rb [new file with mode: 0644]
gui/config/initializers/session_store.rb [new file with mode: 0644]
gui/config/locales/en.yml [new file with mode: 0644]
gui/config/routes.rb [new file with mode: 0644]
gui/db/development.sqlite3 [new file with mode: 0644]
gui/db/development_structure.sql [new file with mode: 0644]
gui/db/migrate/20121205175542_add_authentication.rb [new file with mode: 0644]
gui/db/migrate/20140614211945_position_revision_needs_primary_key.rb [new file with mode: 0644]
gui/db/schema.rb [new file with mode: 0644]
gui/db/schema.rb.clean [new file with mode: 0644]
gui/db/schema.rb.loadable [new file with mode: 0644]
gui/db/seeds.rb [new file with mode: 0644]
gui/db/structure.sql [new file with mode: 0644]
gui/db/test.sqlite3 [new file with mode: 0644]
gui/doc/README_FOR_APP [new file with mode: 0644]
gui/lib/smr_asset.rb [new file with mode: 0644]
gui/lib/smr_cashflowlog.rb [new file with mode: 0644]
gui/lib/smr_dividend.rb [new file with mode: 0644]
gui/lib/smr_document.rb [new file with mode: 0644]
gui/lib/smr_position.rb [new file with mode: 0644]
gui/lib/tasks/.gitkeep [new file with mode: 0644]
gui/lib/tasks/extract_fixtures.rake [new file with mode: 0644]
gui/public/404.html [new file with mode: 0644]
gui/public/422.html [new file with mode: 0644]
gui/public/500.html [new file with mode: 0644]
gui/public/favicon.ico [new file with mode: 0644]
gui/public/images/rails.png [new file with mode: 0644]
gui/public/index.html.orig [new file with mode: 0644]
gui/public/javascripts/application.js [new file with mode: 0644]
gui/public/javascripts/controls.js [new file with mode: 0644]
gui/public/javascripts/dragdrop.js [new file with mode: 0644]
gui/public/javascripts/effects.js [new file with mode: 0644]
gui/public/javascripts/prototype.js [new file with mode: 0644]
gui/public/javascripts/rails.js [new file with mode: 0644]
gui/public/robots.txt [new file with mode: 0644]
gui/public/stylesheets/.gitkeep [new file with mode: 0644]
gui/public/stylesheets/all.css [new file with mode: 0644]
gui/public/stylesheets/scaffold.css [new file with mode: 0644]
gui/script/load_fixtures [new file with mode: 0755]
gui/script/rails [new file with mode: 0755]
gui/test/fixtures/access.yml [new file with mode: 0644]
gui/test/fixtures/comment.yml [new file with mode: 0644]
gui/test/fixtures/dividend.yml [new file with mode: 0644]
gui/test/fixtures/document.yml [new file with mode: 0644]
gui/test/fixtures/document_assign.yml [new file with mode: 0644]
gui/test/fixtures/document_data.yml [new file with mode: 0644]
gui/test/fixtures/figure_data.yml [new file with mode: 0644]
gui/test/fixtures/figure_var.yml [new file with mode: 0644]
gui/test/fixtures/news.yml [new file with mode: 0644]
gui/test/fixtures/news_assign.yml [new file with mode: 0644]
gui/test/fixtures/news_feed.yml [new file with mode: 0644]
gui/test/fixtures/news_item.yml [new file with mode: 0644]
gui/test/fixtures/news_read.yml [new file with mode: 0644]
gui/test/fixtures/order.yml [new file with mode: 0644]
gui/test/fixtures/portfolio.yml [new file with mode: 0644]
gui/test/fixtures/position.yml [new file with mode: 0644]
gui/test/fixtures/position_revision.yml [new file with mode: 0644]
gui/test/fixtures/quote.yml [new file with mode: 0644]
gui/test/fixtures/quoterecord.yml [new file with mode: 0644]
gui/test/fixtures/quoterecord_rule.yml [new file with mode: 0644]
gui/test/fixtures/quoterecord_threshold.yml [new file with mode: 0644]
gui/test/fixtures/schema_migrations.yml [new file with mode: 0644]
gui/test/fixtures/setting.yml [new file with mode: 0644]
gui/test/fixtures/split.yml [new file with mode: 0644]
gui/test/fixtures/stock.yml [new file with mode: 0644]
gui/test/fixtures/stock_quotesource.yml [new file with mode: 0644]
gui/test/fixtures/stock_symbolextension.yml [new file with mode: 0644]
gui/test/fixtures/timetag.yml [new file with mode: 0644]
gui/test/fixtures/user.yml [new file with mode: 0644]
gui/test/fixtures/version.yml [new file with mode: 0644]
gui/test/functional/assets_controller_test.rb [new file with mode: 0644]
gui/test/functional/positions_controller_test.rb [new file with mode: 0644]
gui/test/functional/smr_asset_test.rb [new file with mode: 0644]
gui/test/functional/smr_cashflowlog_test.rb [new file with mode: 0644]
gui/test/functional/smr_dividend_test.rb [new file with mode: 0644]
gui/test/functional/smr_position_test.rb [new file with mode: 0644]
gui/test/functional/users_controller_test.rb [new file with mode: 0644]
gui/test/integration/demo1_user_session_test.rb [new file with mode: 0644]
gui/test/performance/browsing_test.rb [new file with mode: 0644]
gui/test/test_helper.rb [new file with mode: 0644]
gui/test/unit/helpers/assets_helper_test.rb [new file with mode: 0644]
gui/test/unit/helpers/portfolio_helper_test.rb [new file with mode: 0644]
gui/test/unit/helpers/position_helper_test.rb [new file with mode: 0644]
gui/test/unit/helpers/positions_helper_test.rb [new file with mode: 0644]
gui/test/unit/helpers/users_helper_test.rb [new file with mode: 0644]
gui/test/unit/user_session_test.rb [new file with mode: 0644]
gui/tmp/.gitkeep [new file with mode: 0644]
gui/vendor/plugins/.gitkeep [new file with mode: 0644]