Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added autofocus in a number of forms #37

Open
wants to merge 127 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2017

  1. Add reCAPTCHA support to registration.

    Because I *hate* spam bots.
    bear454 committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    a7fce67 View commit details
    Browse the repository at this point in the history
  2. Use 'Feature's to toggle optional functionality

    TODO: Wrap every incomplete project in a feature, and _turn it off_.
    bear454 committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    0aa7827 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Fix a flaky test.

    bear454 committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    574ac63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b849d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce4e993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90edc64 View commit details
    Browse the repository at this point in the history
  5. linting error is fixed

    namangupta01 committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    ada0f81 View commit details
    Browse the repository at this point in the history
  6. tests are fixed

    namangupta01 committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    d0dbb7d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Merge pull request openSUSE#1787 from namangupta01/program_speakers

    programs.speakers now gives all speakers
    bear454 authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    81831d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906c05e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    6fa709a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Merge pull request openSUSE#1790 from adrianovieira/fix_speaker.email…

    …_public
    
    Fix to only show speaker email if it's public
    bear454 authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    0e16b5d View commit details
    Browse the repository at this point in the history
  2. Only include transifex JS if the ENV var is set

    ... otherwise, don't bother loading this blocking external resource.
    bear454 committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    fba12ae View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. added description field to cfps

    closes openSUSE#1650
    
    done some changes
    
    minor changes
    
    added markdown format to cfp#show
    
    fixed description text  position in proposals
    
    fixed truncated description text in show action
    
    minor changes on non-admin side
    ViditChitkara authored and differentreality committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    bd045c2 View commit details
    Browse the repository at this point in the history
  2. Add popup confirmation on update button

    Popup is added so user can confirm the changes
    Closes openSUSE#1687
    rahul2240 authored and differentreality committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    837d8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4785293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3490644 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openSUSE#1793 from bear454/switch-transifex

    Only include transifex JS if the ENV var is set
    bear454 authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    84dedb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f36950 View commit details
    Browse the repository at this point in the history
  7. Merge pull request openSUSE#1785 from bear454/test-fix

    Fix a flaky test.
    bear454 authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    bf219ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    207319a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    668c7de View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    eca09dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request openSUSE#1777 from bear454/recaptcha

    reCAPTCHA on sign up (BONUS: Features)
    bear454 authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    1989438 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    f2d3813 View commit details
    Browse the repository at this point in the history
  2. schema is added

    namangupta01 committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    e32837b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    ee6040f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openSUSE#1801 from namangupta01/test1

    schema updated
    bear454 authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    67d604c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ab3b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openSUSE#1797 from evris99/travis_changes

    Changed db:migrate to db:schema:load
    bear454 authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    3239b74 View commit details
    Browse the repository at this point in the history
  5. Update yajl-ruby to 1.3.1

    There is a security vulnerability in yajl-ruby 1.3.0:
    
    In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is
    supplied to `Yajl::Parser.new.parse`, the whole ruby process crashes
    with a `SIGABRT` in the `yajl_string_decode` function in
    `yajl_encode.c`. This results in the whole ruby process terminating and
    potentially a denial of service.
    
    Reference:
    
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16516
    Ana06 committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    9885b36 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openSUSE#1802 from Ana06/yajl-vulnerability

    Update yajl-ruby to 1.3.1
    Ana06 authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    9603cf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb4bafb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Merge pull request openSUSE#1792 from bear454/ssl-opt

    Control config.force_ssl with an ENV variable
    bear454 authored Nov 19, 2017
    Configuration menu
    Copy the full SHA
    22247a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. fixed tickets turnover bug

    ViditChitkara committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    38342cd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Merge pull request openSUSE#1807 from ViditChitkara/ticket_turnover

    fixed tickets turnover bug
    bear454 authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    8442eb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Fixing admin user creation in docker

    Added db:seed in order to have the deleted user, and be able to have an admin user.
    jesmg authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    cf3aeda View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Update rubocop to 0.51.0

    Rubocop is updated to version 0.51 from 0.49
    rahul2240 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    9cf3f63 View commit details
    Browse the repository at this point in the history
  2. Regenerate rubocop_todo file

    Todo file is regenerated because of the changes in the new version of Rubocop.
    We are following the default Rubocop configuration.
    closes openSUSE#1815
    rahul2240 committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    2affec9 View commit details
    Browse the repository at this point in the history
  3. Update init.sh

    jesmg authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    e40cdeb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge pull request openSUSE#1817 from rahul2240/rubocop

    Update to Rubocop 0.51
    Ana06 authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    2be553c View commit details
    Browse the repository at this point in the history
  2. Yes: it's a trivial change in just an example. But not trivial for no…

    …n rubyists
    
    But if I had had it before I could have saved a dozen hours of my life :-/
    olea committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    da735fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Merge pull request openSUSE#1826 from olea/master

    Variables better be quoted in the configuration examples.
    Ana06 authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    c0e4d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f2756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe8483b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Configuration menu
    Copy the full SHA
    2e1fae0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Fix Bundler/OrderedGems Rubocop offenses

    This cop checks that gems are alphabetically sorted within groups. The offenses were fixed using rubocop autocorrection.
    rishabh92 committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    97749fc View commit details
    Browse the repository at this point in the history
  2. Update INSTALL.md

    typo
    esquith authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    56afd4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request openSUSE#1849 from esquith/patch-1

    Update INSTALL.md
    Ana06 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    51be0c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openSUSE#1848 from rishabh92/fix-orderedgem-offens…

    …es1816
    
    Fix Bundler/OrderedGems Rubocop offenses
    Ana06 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    05735a7 View commit details
    Browse the repository at this point in the history
  5. Fix Style/ReductantReturn rubocop

    Exclusions from .rubocop_todo.yml deleted.This cop checks for redundant return expressions.
    Fixes openSUSE#1824
    SidharthBansal committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    020dae3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openSUSE#1850 from SidharthBansal/new

    Fix Style/ReductantReturn rubocop
    Ana06 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    666f5ab View commit details
    Browse the repository at this point in the history
  7. Fix Style/UnneededInterpolation

    Exclusions from .rubocop_todo.yml deleted.
    This cop checks for string interpolated expressions. It supports autocorrection.
    Fixes openSUSE#1823
    SidharthBansal committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    93fcf88 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Merge pull request openSUSE#1852 from SidharthBansal/ui

    Fix Style/UnneededInterpolation
    Ana06 authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    b971220 View commit details
    Browse the repository at this point in the history
  2. Fix the UI inconsistence documented at openSUSE#1830

    Fixes the UI but not touch the logic. I fear to mess up the database schema.
    olea committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    166d1bd View commit details
    Browse the repository at this point in the history
  3. autofill conference end date

    - automatically setting the end date to the start date when creating or
      modifying a conference for UX reasons (fix openSUSE#1844)
    adrianovieira committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    bbb09dd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    ebcc2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b83c003 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openSUSE#1859 from olea/issue-1830

    Fix the UI inconsistence documented at openSUSE#1830
    bear454 authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    bd95c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b32e9c View commit details
    Browse the repository at this point in the history
  5. Merge pull request openSUSE#1843 from adrianovieira/fix_datetimepicke…

    …r_navigation_for_conference_startend_fields
    
    Fix datetimepicker navigation in conference start/end fields
    bear454 authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    d464e48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52dcc6c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Merge pull request openSUSE#1845 from adrianovieira/autofill_conferen…

    …ce_end_date
    
    autofill conference end date
    Ana06 authored Dec 8, 2017
    Configuration menu
    Copy the full SHA
    0cb2737 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Configuration menu
    Copy the full SHA
    4859f8c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge pull request openSUSE#1874 from adrianovieira/fix_1856_Descript…

    …ion_of_the_CFP_should_not_be_rendered_as_markdown
    
    Render CfP description column as plain text
    Ana06 authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b4fcec0 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Rails 5

    Update config with rails app:update
    Update schema.rb rails db:migrate
    Add puma
    Make jobs and models inherit from ApplicationJob and ApplicationRecord
    Update acts_as_list to 0.9.7 in order to fix
    "undefined method `sanitize_sql_hash_for_conditions'" error
    Update web-console to 2.3.0 to fix a 500 internal server error
    Replace before_filter with before_action
    Add rails-controller-testing gem
    Add prepend: :true to protect_from_forgery in ApplicationController to
    avoid ActionController::InvalidAuthenticityToken exceptions
    Remove activeuuid
    Update formtastic to 3.1.5 to fix deprecation warnings and issues
    with the Input class
    Update ahoy_matey to 1.6.0
    Update cancancan to 2.0.0 to fix issues with malformed sql queries
    Fix program spec
    Fix issue with the picture being nil in admin/Organizations#new and #edit
    and Organizations#show
    Fix ActiveRecord::Base.raise_in_transactional_callbacks= deprecation
    warning by removing an unnecessary line in application.rb
    Fix failing versions specs
    AEtherC0r3 authored and differentreality committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    efaf071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de64601 View commit details
    Browse the repository at this point in the history
  4. Use environment variable for the redis url in cable.yml

    Move redis url from cable.yml to dotenv.example
    AEtherC0r3 authored and differentreality committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    c21c9af View commit details
    Browse the repository at this point in the history
  5. Change visit_id type of ahoy_events to integer

    The id column of the visits table is of type integer
    AEtherC0r3 authored and differentreality committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    364be55 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    418088c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e01d849 View commit details
    Browse the repository at this point in the history
  3. Use a picture format for ticketing

    Instead of analyzing image size using the local file, rely on a
    processed image of the appropriate dimensions.
    
    Resolves openSUSE#1828
    bear454 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    710010c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa5a7b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openSUSE#1836 from adrianovieira/fix_bootstrap_dbs…

    …etup_user
    
    Fix bootstrap dbsetup user
    bear454 authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    efb12b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32fa0bd View commit details
    Browse the repository at this point in the history
  7. Ticket_button added

    alxPgns authored and differentreality committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    0bfb213 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f28a351 View commit details
    Browse the repository at this point in the history
  9. Merge pull request openSUSE#1814 from jesmg/patch-1

    Fixing admin user creation in docker
    bear454 authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    447718d View commit details
    Browse the repository at this point in the history
  10. Contribution.md broken url

    The link to capybara was broken in CONTRIBUTION.md file
    Fixes openSUSE#1862
    SidharthBansal authored and differentreality committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    d813470 View commit details
    Browse the repository at this point in the history
  11. Updated link

    SidharthBansal authored and differentreality committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    b93613f View commit details
    Browse the repository at this point in the history
  12. Add autofocus in admin/tickets#new

    Thaleia Tagaraki authored and bear454 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    9608e20 View commit details
    Browse the repository at this point in the history
  13. autofill CFP end date

    - automatically setting the end date to the start date when creating
      CFP for UX reasons (fix openSUSE#1872)
    adrianovieira authored and differentreality committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6d7e1f4 View commit details
    Browse the repository at this point in the history
  14. Fixed email text overflow in proposal#show

    Email icon is used solve email text overflow.
    Fixes openSUSE#1838
    rishabhptr authored and differentreality committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e5009f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac8b187 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Merge pull request openSUSE#1834 from bear454/fix-speaker-registratio…

    …n-issues
    
    Fix speaker registration issues
    Ana06 authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    952e8ac View commit details
    Browse the repository at this point in the history
  2. Add database config examples for all supported databases

    Example for MySQL and PostgreSQL added.
    Fixes openSUSE#1676
    
    Update comments based on code review
    rishabh92 authored and differentreality committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    4409610 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Add enabled to event_schedules

    To show scheduled events that have been cancelled/withdrawn as 'cancelled', and consequently also show when an event is their replacement.
    
    admin/schedules#show does not show events that were scheduled and then cancelled/withdrawn, however a record in event_schedules exists for those events, but event_schedule.enabled = false
    differentreality authored and bear454 committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    4289f69 View commit details
    Browse the repository at this point in the history
  2. Link to an existing video with embeddable content

    Otherwise the Commercial validation hits
    hennevogel authored and differentreality committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    2df8ade View commit details
    Browse the repository at this point in the history
  3. added email presence validation to openid

    closes openSUSE#1658
    
    added test for openid
    
    fixed robocup offences
    
    written tests for email presence validation
    
    minor changes
    
    shifted omniauth callback tests to rspec controllers
    
    fixed linting bug
    
    minor changes
    
    minor changes
    ViditChitkara authored and differentreality committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    83053f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57e596c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2180e61 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    99ab06d View commit details
    Browse the repository at this point in the history
  2. Fix Performance/HashEachMethods offenses

    values.each and keys.each methods are depreciated, so they have replaced by
    each_value and each_key respectively. This has done manually.
    
    Closes openSUSE#1825
    Ronaq13 authored and Ana06 committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    505d9da View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Fix commercials does not accept slideshare https url

    Updated ruby-oembed to latest version 0.12.0, issue was due to ruby-oembed version 0.8.14 not accepting https slideshare links.
    Fixes openSUSE#1775
    rishabh92 authored and differentreality committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    8f6eeaa View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    6a1d757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb8c8d View commit details
    Browse the repository at this point in the history
  3. Removed Style/DateTime offences which occured due to the use of DateT…

    …ime class in spec/models/program_spec.rb
    namangupta01 authored and differentreality committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8086251 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Add Button that links to /admin/organizations in _admin_sidebar_index…

    … partial file located in views/layouts
    kostino authored and differentreality committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    2e89920 View commit details
    Browse the repository at this point in the history
  2. Remove overlap in breakpoints

    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    29a640a View commit details
    Browse the repository at this point in the history
  3. Fewer queries for for Conference#show

    Reduces SQL wait times by >90% on splash pages.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    995176f View commit details
    Browse the repository at this point in the history
  4. Logic for showing splashpage is not the views' concern

    That's the responsibility of ConferenceController & cancancan, and
    they handle it fine.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    e60dc8c View commit details
    Browse the repository at this point in the history
  5. Configure cache stores

    rely on RAM caching for devel, and optionally a memcached server in production
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    7f23466 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4b869c View commit details
    Browse the repository at this point in the history
  7. Redesign & move splashpage header into a partial

    ... this allows conferences/show to consistently just show layout.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    3cdef86 View commit details
    Browse the repository at this point in the history
  8. Reorder splashpage sections

    Grouping common things, trying to keep things making sense.
    I'd like to see this become customizable at some point.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    92927a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    394448d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0c3fc3 View commit details
    Browse the repository at this point in the history
  11. Consistent design and code cleanup of splashpage elements.

    * get rid of unnecessary slice()
    * center up small groups of elements
    * consistent text use FIXME: extract out strings
    * consistent date strings
    * simplified views for easier theming
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    aee1f58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2e1eb5 View commit details
    Browse the repository at this point in the history
  13. Move sponsor modal to a generic partial & redesign.

    ... use for booths also.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    20e2b4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    494a1b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f43da7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27f6d8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    245a312 View commit details
    Browse the repository at this point in the history
  18. FIXUP: Reorder splashpage & align form

    * Per PR comments, place program above registration/tickets
    * Reorder splashpage admin form based on splashpage order
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    5fb09f3 View commit details
    Browse the repository at this point in the history
  19. FIXUP fragment caching issues

    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    754d201 View commit details
    Browse the repository at this point in the history
  20. Break up the one-query-of-doom

    The single query was producing a tremendously large ActiveRecord allocation.
    
    While this isn't nearly as cool as one query, it's still a significant
    reduction in SQL trips, and now has the bonus of only loading what is
    actually going to be displayed.
    bear454 committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    fa55224 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    fe17dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b32ddc4 View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile

    Adding a needed volumen.
    olea authored and bear454 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8d17acb View commit details
    Browse the repository at this point in the history
  4. Reviewed changes

    Following indications from @TheAssassin.
    olea authored and bear454 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    4c1a907 View commit details
    Browse the repository at this point in the history
  5. Adding suggested better syntax

    olea authored and bear454 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    3afe905 View commit details
    Browse the repository at this point in the history
  6. Fixed growing of doughnut charts on scrolling.

    Charts were growing on many pages due to spaces in id.
    Fixes openSUSE#1903
    rishabhptr authored and differentreality committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    0091d87 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Resolve Error on viewing conference#show

    Fix a typo in conference#show view
    
    Closes openSUSE#1920
    AnkushMalik authored and differentreality committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    96b4502 View commit details
    Browse the repository at this point in the history
  2. Fixed error in booths#show when there is no logo.

    Added check for logo picture in booths#show
    Fixed openSUSE#1916
    rishabhptr authored and differentreality committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    304ab01 View commit details
    Browse the repository at this point in the history
  3. Added check for image_tag occurences.

    Checking for presence of a image before using image_tag
    Fixes openSUSE#1909
    rishabhptr authored and differentreality committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    ada178d View commit details
    Browse the repository at this point in the history
  4. Added autofocus in a number of forms, plus correction of a few spelli…

    …ng mistakes
    
    folding code into existing hash in commercials/index
    Thaleia Tagaraki authored and Astradeni committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    7c8dd88 View commit details
    Browse the repository at this point in the history