berk / tr8n

This repository has moved to:
https://github.com/tr8n/tr8n
MIT License
280 stars 37 forks source link

Some cleanup #25

Closed Bertg closed 9 years ago

Bertg commented 13 years ago

Hi,

I've been doing some cleanup of the code. You might want to have a look.

Maybe we can discuss some of the changes if you want to?

berk commented 12 years ago

Hi Bert,

thank you for your commits. I will go over them and integrate them into the main branch.

What version of Rails are you using 3.0 or 3.1?

Michael

On Fri, Sep 16, 2011 at 3:32 AM, Bert Goethals < reply@reply.github.com>wrote:

Hi,

I've been doing some cleanup of the code. You might want to have a look.

Maybe we can discuss some of the changes if you want to?

You can merge this Pull Request by running:

git pull https://github.com/younited/tr8n master

Or you can view, comment on it, or merge it online at:

https://github.com/berk/tr8n/pull/25

-- Commit Summary --

  • Tr8n Rails 3.0.7 initial release
  • temporary fix for the gem 1.0.3
  • made the gem work with all Rails 3.0 versions
  • updated tr8n version
  • made version reflect Rails version
  • updated documentation
  • updated docs
  • fixed generator and added instructions
  • updated version
  • fixed html_safe in the tr8n_translated values
  • bumped version
  • added screenshots
  • minor doc edits
  • major client sdk fixes and support for backbone
  • added a new tr method extension
  • incremented version:
  • Removing toHTML, replacing with simple_format where used
  • Using correct sql string building
  • using gemspec in Gemfile. Also making sqlite3 a development dependancy.
  • Using correct guest method
  • Removing some methods that are no longer used
  • Removing Magic. It is better to be verbose when passing around variables. Especially if these values could be confused (e.g.: "language" for LanguageKey, what is it? default_language, current_language)
  • Fixing some issues that arrived during removal of magic
  • Making config a bit smarter

-- File Changes --

M .gitignore (1) A Gemfile (10) A Gemfile.lock (85) M README.rdoc (84) M Rakefile (69) M VERSION (2) M app/controllers/application_controller.rb (28) M app/controllers/tr8n/admin/base_controller.rb (2) M app/controllers/tr8n/admin/clientsdk_controller.rb (2) M app/controllers/tr8n/admin/domain_controller.rb (2) M app/controllers/tr8n/admin/forum_controller.rb (2) M app/controllers/tr8n/admin/glossary_controller.rb (2) M app/controllers/tr8n/admin/language_controller.rb (2) M app/controllers/tr8n/admin/translation_controller.rb (2) M app/controllers/tr8n/admin/translation_key_controller.rb (2) M app/controllers/tr8n/admin/translator_controller.rb (2) M app/controllers/tr8n/api/v1/base_controller.rb (2) M app/controllers/tr8n/api/v1/language_controller.rb (6) M app/controllers/tr8n/api/v1/translation_controller.rb (6) M app/controllers/tr8n/api/v1/translator_controller.rb (2) M app/controllers/tr8n/awards_controller.rb (2) M app/controllers/tr8n/base_controller.rb (2) M app/controllers/tr8n/dashboard_controller.rb (2) M app/controllers/tr8n/forum_controller.rb (2) M app/controllers/tr8n/glossary_controller.rb (2) M app/controllers/tr8n/help_controller.rb (2) M app/controllers/tr8n/home_controller.rb (14) M app/controllers/tr8n/language_cases_controller.rb (2) M app/controllers/tr8n/language_controller.rb (8) M app/controllers/tr8n/login_controller.rb (23) M app/controllers/tr8n/phrases_controller.rb (22) M app/controllers/tr8n/translations_controller.rb (16) M app/controllers/tr8n/translator_controller.rb (2) M app/helpers/application_helper.rb (27) M app/helpers/tr8n/admin/base_helper.rb (2) M app/helpers/tr8n/base_helper.rb (5) M app/helpers/tr8n/dashboard_helper.rb (23) M app/models/tr8n/base_filter.rb (6) M app/models/tr8n/daily_language_metric.rb (2) M app/models/tr8n/date_rule.rb (4) M app/models/tr8n/gender_list_rule.rb (4) M app/models/tr8n/gender_rule.rb (4) M app/models/tr8n/glossary.rb (2) M app/models/tr8n/glossary_filter.rb (2) M app/models/tr8n/integration/ru/russian_gender_list_rule.rb (2) M app/models/tr8n/integration/ru/russian_numeric_rule.rb (2) M app/models/tr8n/ip_location.rb (2) M app/models/tr8n/ip_location_filter.rb (2) M app/models/tr8n/language.rb (37) M app/models/tr8n/language_case.rb (26) M app/models/tr8n/language_case_filter.rb (2) M app/models/tr8n/language_case_rule.rb (3) M app/models/tr8n/language_case_rule_filter.rb (2) M app/models/tr8n/language_case_value_map.rb (12) M app/models/tr8n/language_case_value_map_filter.rb (2) M app/models/tr8n/language_filter.rb (2) M app/models/tr8n/language_forum_abuse_report.rb (2) M app/models/tr8n/language_forum_abuse_report_filter.rb (2) M app/models/tr8n/language_forum_message.rb (7) M app/models/tr8n/language_forum_message_filter.rb (2) M app/models/tr8n/language_forum_topic.rb (2) M app/models/tr8n/language_forum_topic_filter.rb (2) M app/models/tr8n/language_metric.rb (2) M app/models/tr8n/language_metric_filter.rb (2) M app/models/tr8n/language_rule.rb (16) M app/models/tr8n/language_rule_filter.rb (2) M app/models/tr8n/language_user.rb (4) M app/models/tr8n/language_user_filter.rb (2) M app/models/tr8n/list_rule.rb (4) M app/models/tr8n/monthly_language_metric.rb (2) M app/models/tr8n/numeric_rule.rb (4) M app/models/tr8n/total_language_metric.rb (2) M app/models/tr8n/translation.rb (31) M app/models/tr8n/translation_domain.rb (10) M app/models/tr8n/translation_domain_filter.rb (2) M app/models/tr8n/translation_filter.rb (2) M app/models/tr8n/translation_key.rb (165) M app/models/tr8n/translation_key_comment.rb (6) M app/models/tr8n/translation_key_comment_filter.rb (2) M app/models/tr8n/translation_key_filter.rb (2) M app/models/tr8n/translation_key_lock.rb (10) M app/models/tr8n/translation_key_lock_filter.rb (2) M app/models/tr8n/translation_key_source.rb (10) M app/models/tr8n/translation_key_source_filter.rb (2) M app/models/tr8n/translation_source.rb (10) M app/models/tr8n/translation_source_filter.rb (2) M app/models/tr8n/translation_vote.rb (4) M app/models/tr8n/translation_vote_filter.rb (2) M app/models/tr8n/translator.rb (32) M app/models/tr8n/translator_filter.rb (2) M app/models/tr8n/translator_following.rb (2) M app/models/tr8n/translator_following_filter.rb (2) M app/models/tr8n/translator_log.rb (2) M app/models/tr8n/translator_log_filter.rb (2) M app/models/tr8n/translator_metric.rb (2) M app/models/tr8n/translator_metric_filter.rb (2) M app/models/tr8n/translator_report.rb (2) M app/models/tr8n/translator_report_filter.rb (2) M app/models/tr8n/value_rule.rb (5) M app/views/layouts/_footer.html.erb (3) M app/views/layouts/_header.html.erb (2) M app/views/layouts/tr8n.html.erb (2) M app/views/layouts/tr8n_admin.html.erb (2) M app/views/tr8n/admin/clientsdk/index.html.erb (40) M app/views/tr8n/admin/clientsdk/lb_samples.html.erb (8) M app/views/tr8n/admin/common/_lightbox_buttons.html.erb (2) M app/views/tr8n/admin/domain/_tabs.html.erb (2) M app/views/tr8n/admin/domain/index.html.erb (4) M app/views/tr8n/admin/domain/key_sources.rhtml (8) M app/views/tr8n/admin/domain/sources.html.erb (4) M app/views/tr8n/admin/forum/_tabs.html.erb (2) M app/views/tr8n/admin/forum/index.html.erb (4) M app/views/tr8n/admin/forum/messages.html.erb (4) M app/views/tr8n/admin/forum/reports.html.erb (6) M app/views/tr8n/admin/glossary/index.html.erb (4) M app/views/tr8n/admin/glossary/lb_update.html.erb (2) M app/views/tr8n/admin/language/_tabs.html.erb (2) M app/views/tr8n/admin/language/case_rules.html.erb (2) M app/views/tr8n/admin/language/case_values.html.erb (2) M app/views/tr8n/admin/language/cases.html.erb (2) M app/views/tr8n/admin/language/index.html.erb (10) M app/views/tr8n/admin/language/lb_update.html.erb (2) M app/views/tr8n/admin/language/lb_value_map.html.erb (2) M app/views/tr8n/admin/language/rules.html.erb (2) M app/views/tr8n/admin/language/users.rhtml (2) M app/views/tr8n/admin/translation/_tabs.html.erb (2) M app/views/tr8n/admin/translation/index.html.erb (10) M app/views/tr8n/admin/translation/votes.rhtml (10) M app/views/tr8n/admin/translation_key/_tabs.html.erb (2) M app/views/tr8n/admin/translation_key/comments.html.erb (4) M app/views/tr8n/admin/translation_key/index.html.erb (8) M app/views/tr8n/admin/translation_key/lb_merge.html.erb (2) M app/views/tr8n/admin/translation_key/lb_update.html.erb (2) M app/views/tr8n/admin/translation_key/locks.html.erb (6) M app/views/tr8n/admin/translation_key/view.html.erb (2) M app/views/tr8n/admin/translator/_tabs.html.erb (2) M app/views/tr8n/admin/translator/following.html.erb (2) M app/views/tr8n/admin/translator/index.html.erb (12) M app/views/tr8n/admin/translator/ip_locations.html.erb (2) M app/views/tr8n/admin/translator/lb_register.html.erb (2) M app/views/tr8n/admin/translator/log.html.erb (4) M app/views/tr8n/admin/translator/metrics.html.erb (2) M app/views/tr8n/admin/translator/reports.html.erb (2) M app/views/tr8n/admin/translator/view.html.erb (2) M app/views/tr8n/awards/index.html.erb (2) M app/views/tr8n/common/_language_strip.html.erb (6) M app/views/tr8n/common/_language_table.html.erb (2) M app/views/tr8n/common/_permutations.html.erb (2) M app/views/tr8n/common/_scripts.html.erb (36) M app/views/tr8n/common/_translation_votes.html.erb (2) M app/views/tr8n/common/_translator_login.html.erb (2) M app/views/tr8n/dashboard/_statistics.html.erb (5) M app/views/tr8n/dashboard/_votes.html.erb (108) M app/views/tr8n/dashboard/index.rhtml (12) M app/views/tr8n/forum/_message.html.erb (2) M app/views/tr8n/forum/_new_message.html.erb (2) M app/views/tr8n/forum/_new_topic.html.erb (2) M app/views/tr8n/forum/index.html.erb (2) M app/views/tr8n/forum/topic.html.erb (2) M app/views/tr8n/glossary/index.html.erb (4) M app/views/tr8n/home/credits.html.erb (6) M app/views/tr8n/home/index.html.erb (3) D app/views/tr8n/home/integration.html.erb (562) M app/views/tr8n/home/languages.html.erb (2) M app/views/tr8n/home/license.html.erb (6) D app/views/tr8n/home/rules.html.erb (665) D app/views/tr8n/home/tokens.html.erb (321) M app/views/tr8n/language/_basic_info.html.erb (2) M app/views/tr8n/language/_grammar.html.erb (2) M app/views/tr8n/language/_header.html.erb (2) M app/views/tr8n/language/_language_cases.html.erb (2) M app/views/tr8n/language/_prohibited_words.html.erb (2) M app/views/tr8n/language/_translator_dependencies.html.erb (2) M app/views/tr8n/language/_translator_submit.html.erb (4) M app/views/tr8n/language/_translator_votes.html.erb (2) M app/views/tr8n/language/index.html.erb (29) M app/views/tr8n/language/lb_language_case_rule.html.erb (181) M app/views/tr8n/language/rules/_gender_list_rule.html.erb (4) M app/views/tr8n/language/rules/_number_rule.html.erb (4) M app/views/tr8n/language/select.html.erb (6) M app/views/tr8n/language/table.html.erb (4) M app/views/tr8n/language/translator.html.erb (2) M app/views/tr8n/language_cases/index.html.erb (4) M app/views/tr8n/language_cases/manager.html.erb (4) M app/views/tr8n/login/index.html.erb (6) M app/views/tr8n/login/register.html.erb (6) M app/views/tr8n/phrases/_comment.html.erb (2) M app/views/tr8n/phrases/_dictionary.rhtml (7) M app/views/tr8n/phrases/_header.html.erb (6) M app/views/tr8n/phrases/_new_comment.html.erb (4) M app/views/tr8n/phrases/_permutations_module.html.erb (2) M app/views/tr8n/phrases/_tokens.html.erb (6) M app/views/tr8n/phrases/_toolbar.html.erb (28) M app/views/tr8n/phrases/_translation_module.html.erb (4) M app/views/tr8n/phrases/_translations_module.html.erb (12) M app/views/tr8n/phrases/index.html.erb (13) M app/views/tr8n/phrases/lb_sources.html.erb (4) M app/views/tr8n/phrases/map.html.erb (2) M app/views/tr8n/phrases/view.html.erb (4) M app/views/tr8n/translations/_original_phrase.html.erb (4) M app/views/tr8n/translations/_translation.html.erb (10) M app/views/tr8n/translations/index.html.erb (4) M app/views/tr8n/translator/_basic_info.html.erb (16) M app/views/tr8n/translator/_header.html.erb (4) M app/views/tr8n/translator/_header_key_report.html.erb (4) M app/views/tr8n/translator/index.html.erb (5) M app/views/tr8n/translator/lb_report.html.erb (10) A config.ru (4) A config/application.rb (65) M config/boot.rb (111) M config/environment.rb (54) M config/environments/development.rb (41) M config/environments/test.rb (68) D config/initializers/new_rails_defaults.rb (17) M config/routes.rb (53) M config/tr8n/config.yml (134) M config/tr8n/site/default_languages.yml (2) M config/tr8n/tokens/data.yml (2) M config/tr8n/tokens/decorations.yml (8) R config/will_filter/config.yml (34) D db/extras/20100619163510_register_independent_translators.rb (53) M db/migrate/20100405201417_create_tr8n_tables.rb (107) D db/migrate/20100619163510_register_independent_translators.rb (53) D db/migrate/20100811212050_add_external_keys_to_tr8n_languages.rb (11) D db/migrate/20100813190846_add_reported_flag_to_tr8n_case_values.rb (9) D db/migrate/20100813205008_create_tr8n_translation_key_comments.rb (18) D db/migrate/20100826002346_create_tr8n_language_case_rules.rb (19) D db/migrate/20100828002451_rename_tr8n_language_case_value_map_key_to_keyword.rb (9) D db/migrate/20100915213425_add_verified_at_to_tr8n_translation_keys.rb (9) D db/migrate/20101022232900_add_level_to_tr8n_translator.rb (9) D db/migrate/20101222005556_add_translation_count_to_keys.rb (9) D db/migrate/20101223231004_add_admin_flag_to_translation_keys.rb (9) D db/migrate/20101223231924_add_manager_flag_to_translators.rb (9) D db/migrate/20110102212546_add_locale_to_translation_keys.rb (9) D db/migrate/20110105003910_create_translation_domains.rb (15) D db/migrate/20110105004911_add_domains_to_sources.rb (9) D db/migrate/20110107025420_add_level_to_translation_key.rb (9) D db/migrate/20110108000009_create_translator_following.rb (16) D db/migrate/20110108195647_create_translator_reports.rb (19) D db/migrate/20110110224223_create_ip_locations.rb (21) D db/migrate/20110110230722_add_last_ip_to_translators.rb (11) D db/migrate/20110111160122_add_position_to_language_case_rules.rb (9) D db/migrate/20110111211249_add_application_to_language_cases.rb (9) D db/migrate/20110401001810_update_tr8n_translator_id_types.rb (21) D db/migrate/20110506202049_add_type_to_tr8n_translation_keys.rb (9) A db/seeds.rb (7) A doc/README_FOR_APP (2) R doc/cheat sheet.docx (0) R doc/cheat sheet.pdf (0) R doc/classes.graffle (0) R doc/classes.pdf (0) R doc/client sdk sequence.graffle (0) R doc/integration.doc (0) R doc/integration.docx (0) R doc/pixel client sdk.graffle (0) D init.rb (55) D install.rb (31) R lib/application_controller.rb (24) R lib/application_helper.rb (146) M lib/core_ext/array.rb (2) M lib/core_ext/date.rb (2) M lib/core_ext/fixnum.rb (2) M lib/core_ext/hash.rb (2) M lib/core_ext/string.rb (14) M lib/core_ext/time.rb (2) A lib/generators/tr8n/templates/create_tr8n_tables.rb (350) R lib/generators/tr8n/tr8n_generator.rb (42) R lib/tasks/.gitkeep (0) M lib/tasks/tr8n_tasks.rake (182) A lib/tr8n.rb (3) M lib/tr8n/active_dumper.rb (2) M lib/tr8n/cache.rb (2) M lib/tr8n/config.rb (46) R lib/tr8n/controller_methods.rb (31) M lib/tr8n/dictionary.rb (3) A lib/tr8n/engine.rb (29) M lib/tr8n/exception.rb (2) M lib/tr8n/extender.rb (2) M lib/tr8n/ip_address.rb (2) M lib/tr8n/key_registration_exception.rb (2) M lib/tr8n/keyboard_mapping.rb (10) M lib/tr8n/logger.rb (4) M lib/tr8n/site_map.rb (23) M lib/tr8n/site_map_section.rb (23) M lib/tr8n/token.rb (5) M lib/tr8n/token_exception.rb (2) M lib/tr8n/tokenized_label.rb (2) M lib/tr8n/tokens/data_token.rb (14) M lib/tr8n/tokens/decoration_token.rb (170) M lib/tr8n/tokens/hidden_token.rb (94) M lib/tr8n/tokens/method_token.rb (54) M lib/tr8n/tokens/transform_token.rb (169) D pkg/tr8n-0.1.0.gem (0) A public/404.html (26) A public/422.html (26) A public/500.html (26) A public/favicon.ico (0) A public/robots.txt (5) R public/tr8n/images/toolbar_bg.gif (0) M public/tr8n/javascripts/tr8n_client_sdk.js (272) D public/wf (1) M rails/init.rb (44) D script/about (3) D script/breakpointer (3) D script/console (4) D script/dbconsole (3) D script/destroy (3) D script/generate (3) D script/plugin (3) A script/rails (6) D script/runner (3) D script/server (3) D temp/Rakefile (44) D temp/test_helper.rb (67) A test/performance/browsing_test.rb (9) M test/test_helper.rb (22) D test/unit/base_test.rb (12) D test/unit/language_test.rb (100) D test/unit/token_test.rb (116) D test/unit/translation_key_test.rb (261) D vendor/plugins/will_filter/CHANGELOG.rdoc (1) D vendor/plugins/will_filter/LICENSE (18) D vendor/plugins/will_filter/README.rdoc (77) D vendor/plugins/will_filter/Rakefile (88) D vendor/plugins/will_filter/app/controllers/application_controller.rb (2) D vendor/plugins/will_filter/app/controllers/wf/calendar_controller.rb (33) D vendor/plugins/will_filter/app/controllers/wf/exporter_controller.rb (115) D vendor/plugins/will_filter/app/controllers/wf/filter_controller.rb (107) D vendor/plugins/will_filter/app/helpers/application_helper.rb (4) D vendor/plugins/will_filter/app/models/wf/filter.rb (773) D vendor/plugins/will_filter/app/views/wf/calendar/_annual.html.erb (32) D vendor/plugins/will_filter/app/views/wf/calendar/_month.html.erb (39) D vendor/plugins/will_filter/app/views/wf/calendar/_quarter.html.erb (24) D vendor/plugins/will_filter/app/views/wf/calendar/index.html.erb (52) D vendor/plugins/will_filter/app/views/wf/common/_actions_bar.html.erb (5) D vendor/plugins/will_filter/app/views/wf/common/_results_table.html.erb (129) D vendor/plugins/will_filter/app/views/wf/common/_scripts.html.erb (10) D vendor/plugins/will_filter/app/views/wf/exporter/export.html.erb (29) D vendor/plugins/will_filter/app/views/wf/exporter/index.html.erb (47) D vendor/plugins/will_filter/app/views/wf/filter/_condition.html.erb (30) D vendor/plugins/will_filter/app/views/wf/filter/_conditions.html.erb (56) D vendor/plugins/will_filter/app/views/wf/filter/_container.html.erb (32) D vendor/plugins/will_filter/app/views/wf/filter/containers/_blank.html.erb (1) D vendor/plugins/will_filter/app/views/wf/filter/containers/_boolean.html.erb (5) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date.html.erb (12) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_range.html.erb (20) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_time.html.erb (12) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_time_range.html.erb (20) D vendor/plugins/will_filter/app/views/wf/filter/containers/_list.html.erb (7) D vendor/plugins/will_filter/app/views/wf/filter/containers/_numeric_range.html.erb (13) D vendor/plugins/will_filter/app/views/wf/filter/containers/_text.html.erb (7) D vendor/plugins/will_filter/app/views/wf/filter/index.html.erb (4) D vendor/plugins/will_filter/config/boot.rb (110) D vendor/plugins/will_filter/config/database.yml (13) D vendor/plugins/will_filter/config/environment.rb (38) D vendor/plugins/will_filter/config/environments/development.rb (27) D vendor/plugins/will_filter/config/environments/test.rb (27) D vendor/plugins/will_filter/config/routes.rb (5) D vendor/plugins/will_filter/config/wf/config.yml (97) D vendor/plugins/will_filter/db/development.sqlite3 (0) D vendor/plugins/will_filter/db/migrate/20090730070119_create_will_filter_tables.rb (19) D vendor/plugins/will_filter/db/test.sqlite3 (0) D vendor/plugins/will_filter/examples/README (1) D vendor/plugins/will_filter/init.rb (37) D vendor/plugins/will_filter/install.rb (25) D vendor/plugins/will_filter/lib/core_ext/active_record/base.rb (46) D vendor/plugins/will_filter/lib/core_ext/array.rb (34) D vendor/plugins/will_filter/lib/core_ext/object.rb (34) D vendor/plugins/will_filter/lib/tasks/will_filter_tasks.rake (9) D vendor/plugins/will_filter/lib/wf/calendar.rb (166) D vendor/plugins/will_filter/lib/wf/common_methods.rb (46) D vendor/plugins/will_filter/lib/wf/config.rb (102) D vendor/plugins/will_filter/lib/wf/containers/date.rb (48) D vendor/plugins/will_filter/lib/wf/containers/date_range.rb (53) D vendor/plugins/will_filter/lib/wf/containers/date_time.rb (48) D vendor/plugins/will_filter/lib/wf/containers/date_time_range.rb (62) D vendor/plugins/will_filter/lib/wf/containers/list.rb (53) D vendor/plugins/will_filter/lib/wf/containers/nil.rb (43) D vendor/plugins/will_filter/lib/wf/containers/numeric.rb (50) D vendor/plugins/will_filter/lib/wf/containers/numeric_delimited.rb (48) D vendor/plugins/will_filter/lib/wf/containers/numeric_range.rb (58) D vendor/plugins/will_filter/lib/wf/containers/single_date.rb (55) D vendor/plugins/will_filter/lib/wf/containers/text.rb (43) D vendor/plugins/will_filter/lib/wf/containers/text_delimited.rb (48) D vendor/plugins/will_filter/lib/wf/filter_condition.rb (59) D vendor/plugins/will_filter/lib/wf/filter_container.rb (72) D vendor/plugins/will_filter/lib/wf/filter_exception.rb (3) D vendor/plugins/will_filter/lib/wf/helper_methods.rb (47) D vendor/plugins/will_filter/lib/will_filter.rb (22) D vendor/plugins/will_filter/public/wf/images/buttons.png (0) D vendor/plugins/will_filter/public/wf/images/calendar.png (0) D vendor/plugins/will_filter/public/wf/images/clock.png (0) D vendor/plugins/will_filter/public/wf/images/close.gif (0) D vendor/plugins/will_filter/public/wf/images/results_table_th_active.gif (0) D vendor/plugins/will_filter/public/wf/images/sort_arrow_all.gif (0) D vendor/plugins/will_filter/public/wf/images/spinner.gif (0) D vendor/plugins/will_filter/public/wf/javascripts/will_filter.js (568) D vendor/plugins/will_filter/public/wf/javascripts/will_filter_prototype_effects.js (15) D vendor/plugins/will_filter/public/wf/stylesheets/will_filter.css (170) D vendor/plugins/will_filter/script/about (3) D vendor/plugins/will_filter/script/breakpointer (3) D vendor/plugins/will_filter/script/console (4) D vendor/plugins/will_filter/script/dbconsole (3) D vendor/plugins/will_filter/script/destroy (3) D vendor/plugins/will_filter/script/generate (3) D vendor/plugins/will_filter/script/plugin (3) D vendor/plugins/will_filter/script/runner (3) D vendor/plugins/will_filter/script/server (3) D vendor/plugins/will_filter/test/test_helper.rb (38) D vendor/plugins/will_filter/test/unit/wf/filter_test.rb (11) D vendor/plugins/will_filter/uninstall.rb (24) D vendor/plugins/will_paginate/.manifest (43) D vendor/plugins/will_paginate/CHANGELOG.rdoc (139) D vendor/plugins/will_paginate/LICENSE (18) D vendor/plugins/will_paginate/README.rdoc (107) D vendor/plugins/will_paginate/Rakefile (53) D vendor/plugins/will_paginate/examples/apple-circle.gif (0) D vendor/plugins/will_paginate/examples/index.haml (69) D vendor/plugins/will_paginate/examples/index.html (92) D vendor/plugins/will_paginate/examples/pagination.css (91) D vendor/plugins/will_paginate/examples/pagination.sass (91) D vendor/plugins/will_paginate/init.rb (1) D vendor/plugins/will_paginate/lib/will_paginate.rb (90) D vendor/plugins/will_paginate/lib/will_paginate/array.rb (16) D vendor/plugins/will_paginate/lib/will_paginate/collection.rb (144) D vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb (43) D vendor/plugins/will_paginate/lib/will_paginate/finder.rb (264) D vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb (170) D vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb (37) D vendor/plugins/will_paginate/lib/will_paginate/version.rb (9) D vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb (410) D vendor/plugins/will_paginate/test/boot.rb (21) D vendor/plugins/will_paginate/test/collection_test.rb (143) D vendor/plugins/will_paginate/test/console (8) D vendor/plugins/will_paginate/test/database.yml (22) D vendor/plugins/will_paginate/test/finder_test.rb (496) D vendor/plugins/will_paginate/test/fixtures/admin.rb (3) D vendor/plugins/will_paginate/test/fixtures/developer.rb (14) D vendor/plugins/will_paginate/test/fixtures/developers_projects.yml (13) D vendor/plugins/will_paginate/test/fixtures/project.rb (17) D vendor/plugins/will_paginate/test/fixtures/projects.yml (6) D vendor/plugins/will_paginate/test/fixtures/replies.yml (29) D vendor/plugins/will_paginate/test/fixtures/reply.rb (7) D vendor/plugins/will_paginate/test/fixtures/schema.rb (38) D vendor/plugins/will_paginate/test/fixtures/topic.rb (12) D vendor/plugins/will_paginate/test/fixtures/topics.yml (30) D vendor/plugins/will_paginate/test/fixtures/user.rb (2) D vendor/plugins/will_paginate/test/fixtures/users.yml (35) D vendor/plugins/will_paginate/test/helper.rb (37) D vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb (43) D vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb (76) D vendor/plugins/will_paginate/test/lib/load_fixtures.rb (11) D vendor/plugins/will_paginate/test/lib/view_test_process.rb (179) D vendor/plugins/will_paginate/test/tasks.rake (59) D vendor/plugins/will_paginate/test/view_test.rb (373) D vendor/plugins/will_paginate/will_paginate.gemspec (22)

-- Patch Links --

https://github.com/berk/tr8n/pull/25.patch https://github.com/berk/tr8n/pull/25.diff

Reply to this email directly or view it on GitHub: https://github.com/berk/tr8n/pull/25

Bertg commented 12 years ago

Hi,

These changes where tested against 3.0.

We'll be testing it against 3.1 in the coming months.

On 20 Sep 2011, at 19:56, Michael Berkovich wrote:

Hi Bert,

thank you for your commits. I will go over them and integrate them into the main branch.

What version of Rails are you using 3.0 or 3.1?

Michael

On Fri, Sep 16, 2011 at 3:32 AM, Bert Goethals < reply@reply.github.com>wrote:

Hi,

I've been doing some cleanup of the code. You might want to have a look.

Maybe we can discuss some of the changes if you want to?

You can merge this Pull Request by running:

git pull https://github.com/younited/tr8n master

Or you can view, comment on it, or merge it online at:

https://github.com/berk/tr8n/pull/25

-- Commit Summary --

  • Tr8n Rails 3.0.7 initial release
  • temporary fix for the gem 1.0.3
  • made the gem work with all Rails 3.0 versions
  • updated tr8n version
  • made version reflect Rails version
  • updated documentation
  • updated docs
  • fixed generator and added instructions
  • updated version
  • fixed html_safe in the tr8n_translated values
  • bumped version
  • added screenshots
  • minor doc edits
  • major client sdk fixes and support for backbone
  • added a new tr method extension
  • incremented version:
  • Removing toHTML, replacing with simple_format where used
  • Using correct sql string building
  • using gemspec in Gemfile. Also making sqlite3 a development dependancy.
  • Using correct guest method
  • Removing some methods that are no longer used
  • Removing Magic. It is better to be verbose when passing around variables. Especially if these values could be confused (e.g.: "language" for LanguageKey, what is it? default_language, current_language)
  • Fixing some issues that arrived during removal of magic
  • Making config a bit smarter

-- File Changes --

M .gitignore (1) A Gemfile (10) A Gemfile.lock (85) M README.rdoc (84) M Rakefile (69) M VERSION (2) M app/controllers/application_controller.rb (28) M app/controllers/tr8n/admin/base_controller.rb (2) M app/controllers/tr8n/admin/clientsdk_controller.rb (2) M app/controllers/tr8n/admin/domain_controller.rb (2) M app/controllers/tr8n/admin/forum_controller.rb (2) M app/controllers/tr8n/admin/glossary_controller.rb (2) M app/controllers/tr8n/admin/language_controller.rb (2) M app/controllers/tr8n/admin/translation_controller.rb (2) M app/controllers/tr8n/admin/translation_key_controller.rb (2) M app/controllers/tr8n/admin/translator_controller.rb (2) M app/controllers/tr8n/api/v1/base_controller.rb (2) M app/controllers/tr8n/api/v1/language_controller.rb (6) M app/controllers/tr8n/api/v1/translation_controller.rb (6) M app/controllers/tr8n/api/v1/translator_controller.rb (2) M app/controllers/tr8n/awards_controller.rb (2) M app/controllers/tr8n/base_controller.rb (2) M app/controllers/tr8n/dashboard_controller.rb (2) M app/controllers/tr8n/forum_controller.rb (2) M app/controllers/tr8n/glossary_controller.rb (2) M app/controllers/tr8n/help_controller.rb (2) M app/controllers/tr8n/home_controller.rb (14) M app/controllers/tr8n/language_cases_controller.rb (2) M app/controllers/tr8n/language_controller.rb (8) M app/controllers/tr8n/login_controller.rb (23) M app/controllers/tr8n/phrases_controller.rb (22) M app/controllers/tr8n/translations_controller.rb (16) M app/controllers/tr8n/translator_controller.rb (2) M app/helpers/application_helper.rb (27) M app/helpers/tr8n/admin/base_helper.rb (2) M app/helpers/tr8n/base_helper.rb (5) M app/helpers/tr8n/dashboard_helper.rb (23) M app/models/tr8n/base_filter.rb (6) M app/models/tr8n/daily_language_metric.rb (2) M app/models/tr8n/date_rule.rb (4) M app/models/tr8n/gender_list_rule.rb (4) M app/models/tr8n/gender_rule.rb (4) M app/models/tr8n/glossary.rb (2) M app/models/tr8n/glossary_filter.rb (2) M app/models/tr8n/integration/ru/russian_gender_list_rule.rb (2) M app/models/tr8n/integration/ru/russian_numeric_rule.rb (2) M app/models/tr8n/ip_location.rb (2) M app/models/tr8n/ip_location_filter.rb (2) M app/models/tr8n/language.rb (37) M app/models/tr8n/language_case.rb (26) M app/models/tr8n/language_case_filter.rb (2) M app/models/tr8n/language_case_rule.rb (3) M app/models/tr8n/language_case_rule_filter.rb (2) M app/models/tr8n/language_case_value_map.rb (12) M app/models/tr8n/language_case_value_map_filter.rb (2) M app/models/tr8n/language_filter.rb (2) M app/models/tr8n/language_forum_abuse_report.rb (2) M app/models/tr8n/language_forum_abuse_report_filter.rb (2) M app/models/tr8n/language_forum_message.rb (7) M app/models/tr8n/language_forum_message_filter.rb (2) M app/models/tr8n/language_forum_topic.rb (2) M app/models/tr8n/language_forum_topic_filter.rb (2) M app/models/tr8n/language_metric.rb (2) M app/models/tr8n/language_metric_filter.rb (2) M app/models/tr8n/language_rule.rb (16) M app/models/tr8n/language_rule_filter.rb (2) M app/models/tr8n/language_user.rb (4) M app/models/tr8n/language_user_filter.rb (2) M app/models/tr8n/list_rule.rb (4) M app/models/tr8n/monthly_language_metric.rb (2) M app/models/tr8n/numeric_rule.rb (4) M app/models/tr8n/total_language_metric.rb (2) M app/models/tr8n/translation.rb (31) M app/models/tr8n/translation_domain.rb (10) M app/models/tr8n/translation_domain_filter.rb (2) M app/models/tr8n/translation_filter.rb (2) M app/models/tr8n/translation_key.rb (165) M app/models/tr8n/translation_key_comment.rb (6) M app/models/tr8n/translation_key_comment_filter.rb (2) M app/models/tr8n/translation_key_filter.rb (2) M app/models/tr8n/translation_key_lock.rb (10) M app/models/tr8n/translation_key_lock_filter.rb (2) M app/models/tr8n/translation_key_source.rb (10) M app/models/tr8n/translation_key_source_filter.rb (2) M app/models/tr8n/translation_source.rb (10) M app/models/tr8n/translation_source_filter.rb (2) M app/models/tr8n/translation_vote.rb (4) M app/models/tr8n/translation_vote_filter.rb (2) M app/models/tr8n/translator.rb (32) M app/models/tr8n/translator_filter.rb (2) M app/models/tr8n/translator_following.rb (2) M app/models/tr8n/translator_following_filter.rb (2) M app/models/tr8n/translator_log.rb (2) M app/models/tr8n/translator_log_filter.rb (2) M app/models/tr8n/translator_metric.rb (2) M app/models/tr8n/translator_metric_filter.rb (2) M app/models/tr8n/translator_report.rb (2) M app/models/tr8n/translator_report_filter.rb (2) M app/models/tr8n/value_rule.rb (5) M app/views/layouts/_footer.html.erb (3) M app/views/layouts/_header.html.erb (2) M app/views/layouts/tr8n.html.erb (2) M app/views/layouts/tr8n_admin.html.erb (2) M app/views/tr8n/admin/clientsdk/index.html.erb (40) M app/views/tr8n/admin/clientsdk/lb_samples.html.erb (8) M app/views/tr8n/admin/common/_lightbox_buttons.html.erb (2) M app/views/tr8n/admin/domain/_tabs.html.erb (2) M app/views/tr8n/admin/domain/index.html.erb (4) M app/views/tr8n/admin/domain/key_sources.rhtml (8) M app/views/tr8n/admin/domain/sources.html.erb (4) M app/views/tr8n/admin/forum/_tabs.html.erb (2) M app/views/tr8n/admin/forum/index.html.erb (4) M app/views/tr8n/admin/forum/messages.html.erb (4) M app/views/tr8n/admin/forum/reports.html.erb (6) M app/views/tr8n/admin/glossary/index.html.erb (4) M app/views/tr8n/admin/glossary/lb_update.html.erb (2) M app/views/tr8n/admin/language/_tabs.html.erb (2) M app/views/tr8n/admin/language/case_rules.html.erb (2) M app/views/tr8n/admin/language/case_values.html.erb (2) M app/views/tr8n/admin/language/cases.html.erb (2) M app/views/tr8n/admin/language/index.html.erb (10) M app/views/tr8n/admin/language/lb_update.html.erb (2) M app/views/tr8n/admin/language/lb_value_map.html.erb (2) M app/views/tr8n/admin/language/rules.html.erb (2) M app/views/tr8n/admin/language/users.rhtml (2) M app/views/tr8n/admin/translation/_tabs.html.erb (2) M app/views/tr8n/admin/translation/index.html.erb (10) M app/views/tr8n/admin/translation/votes.rhtml (10) M app/views/tr8n/admin/translation_key/_tabs.html.erb (2) M app/views/tr8n/admin/translation_key/comments.html.erb (4) M app/views/tr8n/admin/translation_key/index.html.erb (8) M app/views/tr8n/admin/translation_key/lb_merge.html.erb (2) M app/views/tr8n/admin/translation_key/lb_update.html.erb (2) M app/views/tr8n/admin/translation_key/locks.html.erb (6) M app/views/tr8n/admin/translation_key/view.html.erb (2) M app/views/tr8n/admin/translator/_tabs.html.erb (2) M app/views/tr8n/admin/translator/following.html.erb (2) M app/views/tr8n/admin/translator/index.html.erb (12) M app/views/tr8n/admin/translator/ip_locations.html.erb (2) M app/views/tr8n/admin/translator/lb_register.html.erb (2) M app/views/tr8n/admin/translator/log.html.erb (4) M app/views/tr8n/admin/translator/metrics.html.erb (2) M app/views/tr8n/admin/translator/reports.html.erb (2) M app/views/tr8n/admin/translator/view.html.erb (2) M app/views/tr8n/awards/index.html.erb (2) M app/views/tr8n/common/_language_strip.html.erb (6) M app/views/tr8n/common/_language_table.html.erb (2) M app/views/tr8n/common/_permutations.html.erb (2) M app/views/tr8n/common/_scripts.html.erb (36) M app/views/tr8n/common/_translation_votes.html.erb (2) M app/views/tr8n/common/_translator_login.html.erb (2) M app/views/tr8n/dashboard/_statistics.html.erb (5) M app/views/tr8n/dashboard/_votes.html.erb (108) M app/views/tr8n/dashboard/index.rhtml (12) M app/views/tr8n/forum/_message.html.erb (2) M app/views/tr8n/forum/_new_message.html.erb (2) M app/views/tr8n/forum/_new_topic.html.erb (2) M app/views/tr8n/forum/index.html.erb (2) M app/views/tr8n/forum/topic.html.erb (2) M app/views/tr8n/glossary/index.html.erb (4) M app/views/tr8n/home/credits.html.erb (6) M app/views/tr8n/home/index.html.erb (3) D app/views/tr8n/home/integration.html.erb (562) M app/views/tr8n/home/languages.html.erb (2) M app/views/tr8n/home/license.html.erb (6) D app/views/tr8n/home/rules.html.erb (665) D app/views/tr8n/home/tokens.html.erb (321) M app/views/tr8n/language/_basic_info.html.erb (2) M app/views/tr8n/language/_grammar.html.erb (2) M app/views/tr8n/language/_header.html.erb (2) M app/views/tr8n/language/_language_cases.html.erb (2) M app/views/tr8n/language/_prohibited_words.html.erb (2) M app/views/tr8n/language/_translator_dependencies.html.erb (2) M app/views/tr8n/language/_translator_submit.html.erb (4) M app/views/tr8n/language/_translator_votes.html.erb (2) M app/views/tr8n/language/index.html.erb (29) M app/views/tr8n/language/lb_language_case_rule.html.erb (181) M app/views/tr8n/language/rules/_gender_list_rule.html.erb (4) M app/views/tr8n/language/rules/_number_rule.html.erb (4) M app/views/tr8n/language/select.html.erb (6) M app/views/tr8n/language/table.html.erb (4) M app/views/tr8n/language/translator.html.erb (2) M app/views/tr8n/language_cases/index.html.erb (4) M app/views/tr8n/language_cases/manager.html.erb (4) M app/views/tr8n/login/index.html.erb (6) M app/views/tr8n/login/register.html.erb (6) M app/views/tr8n/phrases/_comment.html.erb (2) M app/views/tr8n/phrases/_dictionary.rhtml (7) M app/views/tr8n/phrases/_header.html.erb (6) M app/views/tr8n/phrases/_new_comment.html.erb (4) M app/views/tr8n/phrases/_permutations_module.html.erb (2) M app/views/tr8n/phrases/_tokens.html.erb (6) M app/views/tr8n/phrases/_toolbar.html.erb (28) M app/views/tr8n/phrases/_translation_module.html.erb (4) M app/views/tr8n/phrases/_translations_module.html.erb (12) M app/views/tr8n/phrases/index.html.erb (13) M app/views/tr8n/phrases/lb_sources.html.erb (4) M app/views/tr8n/phrases/map.html.erb (2) M app/views/tr8n/phrases/view.html.erb (4) M app/views/tr8n/translations/_original_phrase.html.erb (4) M app/views/tr8n/translations/_translation.html.erb (10) M app/views/tr8n/translations/index.html.erb (4) M app/views/tr8n/translator/_basic_info.html.erb (16) M app/views/tr8n/translator/_header.html.erb (4) M app/views/tr8n/translator/_header_key_report.html.erb (4) M app/views/tr8n/translator/index.html.erb (5) M app/views/tr8n/translator/lb_report.html.erb (10) A config.ru (4) A config/application.rb (65) M config/boot.rb (111) M config/environment.rb (54) M config/environments/development.rb (41) M config/environments/test.rb (68) D config/initializers/new_rails_defaults.rb (17) M config/routes.rb (53) M config/tr8n/config.yml (134) M config/tr8n/site/default_languages.yml (2) M config/tr8n/tokens/data.yml (2) M config/tr8n/tokens/decorations.yml (8) R config/will_filter/config.yml (34) D db/extras/20100619163510_register_independent_translators.rb (53) M db/migrate/20100405201417_create_tr8n_tables.rb (107) D db/migrate/20100619163510_register_independent_translators.rb (53) D db/migrate/20100811212050_add_external_keys_to_tr8n_languages.rb (11) D db/migrate/20100813190846_add_reported_flag_to_tr8n_case_values.rb (9) D db/migrate/20100813205008_create_tr8n_translation_key_comments.rb (18) D db/migrate/20100826002346_create_tr8n_language_case_rules.rb (19) D db/migrate/20100828002451_rename_tr8n_language_case_value_map_key_to_keyword.rb (9) D db/migrate/20100915213425_add_verified_at_to_tr8n_translation_keys.rb (9) D db/migrate/20101022232900_add_level_to_tr8n_translator.rb (9) D db/migrate/20101222005556_add_translation_count_to_keys.rb (9) D db/migrate/20101223231004_add_admin_flag_to_translation_keys.rb (9) D db/migrate/20101223231924_add_manager_flag_to_translators.rb (9) D db/migrate/20110102212546_add_locale_to_translation_keys.rb (9) D db/migrate/20110105003910_create_translation_domains.rb (15) D db/migrate/20110105004911_add_domains_to_sources.rb (9) D db/migrate/20110107025420_add_level_to_translation_key.rb (9) D db/migrate/20110108000009_create_translator_following.rb (16) D db/migrate/20110108195647_create_translator_reports.rb (19) D db/migrate/20110110224223_create_ip_locations.rb (21) D db/migrate/20110110230722_add_last_ip_to_translators.rb (11) D db/migrate/20110111160122_add_position_to_language_case_rules.rb (9) D db/migrate/20110111211249_add_application_to_language_cases.rb (9) D db/migrate/20110401001810_update_tr8n_translator_id_types.rb (21) D db/migrate/20110506202049_add_type_to_tr8n_translation_keys.rb (9) A db/seeds.rb (7) A doc/README_FOR_APP (2) R doc/cheat sheet.docx (0) R doc/cheat sheet.pdf (0) R doc/classes.graffle (0) R doc/classes.pdf (0) R doc/client sdk sequence.graffle (0) R doc/integration.doc (0) R doc/integration.docx (0) R doc/pixel client sdk.graffle (0) D init.rb (55) D install.rb (31) R lib/application_controller.rb (24) R lib/application_helper.rb (146) M lib/core_ext/array.rb (2) M lib/core_ext/date.rb (2) M lib/core_ext/fixnum.rb (2) M lib/core_ext/hash.rb (2) M lib/core_ext/string.rb (14) M lib/core_ext/time.rb (2) A lib/generators/tr8n/templates/create_tr8n_tables.rb (350) R lib/generators/tr8n/tr8n_generator.rb (42) R lib/tasks/.gitkeep (0) M lib/tasks/tr8n_tasks.rake (182) A lib/tr8n.rb (3) M lib/tr8n/active_dumper.rb (2) M lib/tr8n/cache.rb (2) M lib/tr8n/config.rb (46) R lib/tr8n/controller_methods.rb (31) M lib/tr8n/dictionary.rb (3) A lib/tr8n/engine.rb (29) M lib/tr8n/exception.rb (2) M lib/tr8n/extender.rb (2) M lib/tr8n/ip_address.rb (2) M lib/tr8n/key_registration_exception.rb (2) M lib/tr8n/keyboard_mapping.rb (10) M lib/tr8n/logger.rb (4) M lib/tr8n/site_map.rb (23) M lib/tr8n/site_map_section.rb (23) M lib/tr8n/token.rb (5) M lib/tr8n/token_exception.rb (2) M lib/tr8n/tokenized_label.rb (2) M lib/tr8n/tokens/data_token.rb (14) M lib/tr8n/tokens/decoration_token.rb (170) M lib/tr8n/tokens/hidden_token.rb (94) M lib/tr8n/tokens/method_token.rb (54) M lib/tr8n/tokens/transform_token.rb (169) D pkg/tr8n-0.1.0.gem (0) A public/404.html (26) A public/422.html (26) A public/500.html (26) A public/favicon.ico (0) A public/robots.txt (5) R public/tr8n/images/toolbar_bg.gif (0) M public/tr8n/javascripts/tr8n_client_sdk.js (272) D public/wf (1) M rails/init.rb (44) D script/about (3) D script/breakpointer (3) D script/console (4) D script/dbconsole (3) D script/destroy (3) D script/generate (3) D script/plugin (3) A script/rails (6) D script/runner (3) D script/server (3) D temp/Rakefile (44) D temp/test_helper.rb (67) A test/performance/browsing_test.rb (9) M test/test_helper.rb (22) D test/unit/base_test.rb (12) D test/unit/language_test.rb (100) D test/unit/token_test.rb (116) D test/unit/translation_key_test.rb (261) D vendor/plugins/will_filter/CHANGELOG.rdoc (1) D vendor/plugins/will_filter/LICENSE (18) D vendor/plugins/will_filter/README.rdoc (77) D vendor/plugins/will_filter/Rakefile (88) D vendor/plugins/will_filter/app/controllers/application_controller.rb (2) D vendor/plugins/will_filter/app/controllers/wf/calendar_controller.rb (33) D vendor/plugins/will_filter/app/controllers/wf/exporter_controller.rb (115) D vendor/plugins/will_filter/app/controllers/wf/filter_controller.rb (107) D vendor/plugins/will_filter/app/helpers/application_helper.rb (4) D vendor/plugins/will_filter/app/models/wf/filter.rb (773) D vendor/plugins/will_filter/app/views/wf/calendar/_annual.html.erb (32) D vendor/plugins/will_filter/app/views/wf/calendar/_month.html.erb (39) D vendor/plugins/will_filter/app/views/wf/calendar/_quarter.html.erb (24) D vendor/plugins/will_filter/app/views/wf/calendar/index.html.erb (52) D vendor/plugins/will_filter/app/views/wf/common/_actions_bar.html.erb (5) D vendor/plugins/will_filter/app/views/wf/common/_results_table.html.erb (129) D vendor/plugins/will_filter/app/views/wf/common/_scripts.html.erb (10) D vendor/plugins/will_filter/app/views/wf/exporter/export.html.erb (29) D vendor/plugins/will_filter/app/views/wf/exporter/index.html.erb (47) D vendor/plugins/will_filter/app/views/wf/filter/_condition.html.erb (30) D vendor/plugins/will_filter/app/views/wf/filter/_conditions.html.erb (56) D vendor/plugins/will_filter/app/views/wf/filter/_container.html.erb (32) D vendor/plugins/will_filter/app/views/wf/filter/containers/_blank.html.erb (1) D vendor/plugins/will_filter/app/views/wf/filter/containers/_boolean.html.erb (5) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date.html.erb (12) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_range.html.erb (20) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_time.html.erb (12) D vendor/plugins/will_filter/app/views/wf/filter/containers/_date_time_range.html.erb (20) D vendor/plugins/will_filter/app/views/wf/filter/containers/_list.html.erb (7) D vendor/plugins/will_filter/app/views/wf/filter/containers/_numeric_range.html.erb (13) D vendor/plugins/will_filter/app/views/wf/filter/containers/_text.html.erb (7) D vendor/plugins/will_filter/app/views/wf/filter/index.html.erb (4) D vendor/plugins/will_filter/config/boot.rb (110) D vendor/plugins/will_filter/config/database.yml (13) D vendor/plugins/will_filter/config/environment.rb (38) D vendor/plugins/will_filter/config/environments/development.rb (27) D vendor/plugins/will_filter/config/environments/test.rb (27) D vendor/plugins/will_filter/config/routes.rb (5) D vendor/plugins/will_filter/config/wf/config.yml (97) D vendor/plugins/will_filter/db/development.sqlite3 (0) D vendor/plugins/will_filter/db/migrate/20090730070119_create_will_filter_tables.rb (19) D vendor/plugins/will_filter/db/test.sqlite3 (0) D vendor/plugins/will_filter/examples/README (1) D vendor/plugins/will_filter/init.rb (37) D vendor/plugins/will_filter/install.rb (25) D vendor/plugins/will_filter/lib/core_ext/active_record/base.rb (46) D vendor/plugins/will_filter/lib/core_ext/array.rb (34) D vendor/plugins/will_filter/lib/core_ext/object.rb (34) D vendor/plugins/will_filter/lib/tasks/will_filter_tasks.rake (9) D vendor/plugins/will_filter/lib/wf/calendar.rb (166) D vendor/plugins/will_filter/lib/wf/common_methods.rb (46) D vendor/plugins/will_filter/lib/wf/config.rb (102) D vendor/plugins/will_filter/lib/wf/containers/date.rb (48) D vendor/plugins/will_filter/lib/wf/containers/date_range.rb (53) D vendor/plugins/will_filter/lib/wf/containers/date_time.rb (48) D vendor/plugins/will_filter/lib/wf/containers/date_time_range.rb (62) D vendor/plugins/will_filter/lib/wf/containers/list.rb (53) D vendor/plugins/will_filter/lib/wf/containers/nil.rb (43) D vendor/plugins/will_filter/lib/wf/containers/numeric.rb (50) D vendor/plugins/will_filter/lib/wf/containers/numeric_delimited.rb (48) D vendor/plugins/will_filter/lib/wf/containers/numeric_range.rb (58) D vendor/plugins/will_filter/lib/wf/containers/single_date.rb (55) D vendor/plugins/will_filter/lib/wf/containers/text.rb (43) D vendor/plugins/will_filter/lib/wf/containers/text_delimited.rb (48) D vendor/plugins/will_filter/lib/wf/filter_condition.rb (59) D vendor/plugins/will_filter/lib/wf/filter_container.rb (72) D vendor/plugins/will_filter/lib/wf/filter_exception.rb (3) D vendor/plugins/will_filter/lib/wf/helper_methods.rb (47) D vendor/plugins/will_filter/lib/will_filter.rb (22) D vendor/plugins/will_filter/public/wf/images/buttons.png (0) D vendor/plugins/will_filter/public/wf/images/calendar.png (0) D vendor/plugins/will_filter/public/wf/images/clock.png (0) D vendor/plugins/will_filter/public/wf/images/close.gif (0) D vendor/plugins/will_filter/public/wf/images/results_table_th_active.gif (0) D vendor/plugins/will_filter/public/wf/images/sort_arrow_all.gif (0) D vendor/plugins/will_filter/public/wf/images/spinner.gif (0) D vendor/plugins/will_filter/public/wf/javascripts/will_filter.js (568) D vendor/plugins/will_filter/public/wf/javascripts/will_filter_prototype_effects.js (15) D vendor/plugins/will_filter/public/wf/stylesheets/will_filter.css (170) D vendor/plugins/will_filter/script/about (3) D vendor/plugins/will_filter/script/breakpointer (3) D vendor/plugins/will_filter/script/console (4) D vendor/plugins/will_filter/script/dbconsole (3) D vendor/plugins/will_filter/script/destroy (3) D vendor/plugins/will_filter/script/generate (3) D vendor/plugins/will_filter/script/plugin (3) D vendor/plugins/will_filter/script/runner (3) D vendor/plugins/will_filter/script/server (3) D vendor/plugins/will_filter/test/test_helper.rb (38) D vendor/plugins/will_filter/test/unit/wf/filter_test.rb (11) D vendor/plugins/will_filter/uninstall.rb (24) D vendor/plugins/will_paginate/.manifest (43) D vendor/plugins/will_paginate/CHANGELOG.rdoc (139) D vendor/plugins/will_paginate/LICENSE (18) D vendor/plugins/will_paginate/README.rdoc (107) D vendor/plugins/will_paginate/Rakefile (53) D vendor/plugins/will_paginate/examples/apple-circle.gif (0) D vendor/plugins/will_paginate/examples/index.haml (69) D vendor/plugins/will_paginate/examples/index.html (92) D vendor/plugins/will_paginate/examples/pagination.css (91) D vendor/plugins/will_paginate/examples/pagination.sass (91) D vendor/plugins/will_paginate/init.rb (1) D vendor/plugins/will_paginate/lib/will_paginate.rb (90) D vendor/plugins/will_paginate/lib/will_paginate/array.rb (16) D vendor/plugins/will_paginate/lib/will_paginate/collection.rb (144) D vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb (43) D vendor/plugins/will_paginate/lib/will_paginate/finder.rb (264) D vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb (170) D vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb (37) D vendor/plugins/will_paginate/lib/will_paginate/version.rb (9) D vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb (410) D vendor/plugins/will_paginate/test/boot.rb (21) D vendor/plugins/will_paginate/test/collection_test.rb (143) D vendor/plugins/will_paginate/test/console (8) D vendor/plugins/will_paginate/test/database.yml (22) D vendor/plugins/will_paginate/test/finder_test.rb (496) D vendor/plugins/will_paginate/test/fixtures/admin.rb (3) D vendor/plugins/will_paginate/test/fixtures/developer.rb (14) D vendor/plugins/will_paginate/test/fixtures/developers_projects.yml (13) D vendor/plugins/will_paginate/test/fixtures/project.rb (17) D vendor/plugins/will_paginate/test/fixtures/projects.yml (6) D vendor/plugins/will_paginate/test/fixtures/replies.yml (29) D vendor/plugins/will_paginate/test/fixtures/reply.rb (7) D vendor/plugins/will_paginate/test/fixtures/schema.rb (38) D vendor/plugins/will_paginate/test/fixtures/topic.rb (12) D vendor/plugins/will_paginate/test/fixtures/topics.yml (30) D vendor/plugins/will_paginate/test/fixtures/user.rb (2) D vendor/plugins/will_paginate/test/fixtures/users.yml (35) D vendor/plugins/will_paginate/test/helper.rb (37) D vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb (43) D vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb (76) D vendor/plugins/will_paginate/test/lib/load_fixtures.rb (11) D vendor/plugins/will_paginate/test/lib/view_test_process.rb (179) D vendor/plugins/will_paginate/test/tasks.rake (59) D vendor/plugins/will_paginate/test/view_test.rb (373) D vendor/plugins/will_paginate/will_paginate.gemspec (22)

-- Patch Links --

https://github.com/berk/tr8n/pull/25.patch https://github.com/berk/tr8n/pull/25.diff

Reply to this email directly or view it on GitHub: https://github.com/berk/tr8n/pull/25

Reply to this email directly or view it on GitHub: https://github.com/berk/tr8n/pull/25#issuecomment-2147893

berk commented 12 years ago

I already had Rails 3.0 branch with a fully functional tr8n for Rails 3.0. I just made it into a master branch and moved the old master into rails 2.3.x branch. Some companies are still using the 2.3.x version. I am now working on 3.1 version - it will use all of the new 3.1 features. I will try to release the initial code soon. Let's chat about some of the changes you've made. I am on AIM: theiceberk

berk commented 12 years ago

Bert, Rails 3.1 version is out. It is a major update with a lot of UI enhancements. I am still going over your changes and I have some questions about them. So get in touch with me when you get a chance.

Bertg commented 12 years ago

Hi,

I was planning to on Friday, but my appendix decided it was time to be removed.

I've been in the hospital since then, and maybe few more days.

I'll get in touch when I'm out.

Greeting,

Bert Goethals

Sent from my iPhone

On 02 Oct 2011, at 06:24, Michael Berkovichreply@reply.github.com wrote:

Bert, Rails 3.1 version is out. It is a major update with a lot of UI enhancements. I am still going over your changes and I have some questions about them. So get in touch with me when you get a chance.

Reply to this email directly or view it on GitHub: https://github.com/berk/tr8n/pull/25#issuecomment-2260464