SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for discourse-2.3.0.beta1~git14.2a2be093ca-461.1.noarch.rpm :
Sat Feb 2 13:00:00 2019 opensuse-packagingAATTopensuse.org
- Update to version 2.3.0.beta1~git14.2a2be093ca:

* UX: checkboxes were too close to other inputs

* FIX: Some brittle tests with hardcoded ids

* UX: Header icon color fix

* DEV: Run prettier on `report.js.es6`

* SECURITY: Escape HTML in dashboard report tables

* Revert \"DEV: Allow rake plugin:spec to traverse symlinks\"

* FIX: Login button icons should be white

* DEV: Allow rake plugin:spec to traverse symlinks

* Allow \'enable_s3_inventory\' site setting to be shadowed.

* FIX: don\'t raise error if s3 set via global setting

Thu Jan 31 13:00:00 2019 Marcus Rueckert
- fix rpmlint issues and sync with gitlab changes:
- assign better rpm group
- skip version-control-internal-file rules
- remove zerolength rule and reported it upstream
- patch shebang lines to not use env anymore
- create all missing directories in %build instead of %install
- add rc
* symlinks for services
- have all systemd services and target files used in the systemd
macros

Sat Jan 19 13:00:00 2019 Marcus Rueckert
- bump to ruby 2.5 on 42.3/sle12

Fri Dec 14 13:00:00 2018 Marcus Rueckert
- fix filelist to not complain about mentioned multiple times
anymore

Mon Nov 26 13:00:00 2018 Marcus Rueckert
- fix permissions of the plugins

Tue Oct 23 14:00:00 2018 Marcus Rueckert
- refresh nginx config patch

Wed Oct 10 14:00:00 2018 Marcus Rueckert
- update apparmor profile

Tue Oct 9 14:00:00 2018 Marcus Rueckert
- run maxminddb:get task if the file is missing

Sat Sep 22 14:00:00 2018 Marcus Rueckert
- added apparmor profile for discourse. To enable them do:
systemctl edit discourse-puma.service
[Service]
AppArmorProfile=/discourse/appserver
systemctl edit discourse-sidekiq.service
[Service]
AppArmorProfile=/discourse/sidekiq

Fri Sep 21 14:00:00 2018 Marcus Rueckert
- added es6.patch: as we ran into the issue multiple times now lets
just following the error message

Fri Sep 14 14:00:00 2018 Marcus Rueckert
- drop discourse-skip-tiff.patch:
included upstream

Sun Sep 9 14:00:00 2018 Marcus Rueckert
- added discourse-skip-tiff.patch:
make sure CR2 files are not treated as \"images\" by discourse.

Mon Aug 27 14:00:00 2018 Marcus Rueckert
- make sidekiq use the config/sidekiq.yml instead of hardcoding
queues on the cmdline

Tue Jul 17 14:00:00 2018 mrueckertAATTsuse.de
- drop discourse.fix-resize.patch

Thu Jun 28 14:00:00 2018 mrueckertAATTsuse.de
- downgrade higline again
https://github.com/discourse/discourse/commit/ebd2be9e021

Fri Jun 22 14:00:00 2018 mrueckertAATTsuse.de
- make the nodejs requires a bit tighter

Thu Jun 21 14:00:00 2018 mrueckertAATTsuse.de
- use nodejs10

Thu Jun 21 14:00:00 2018 mrueckertAATTsuse.de
- sync BR with Gemfile

Sun Jun 10 14:00:00 2018 mrueckertAATTsuse.de
- split rake calls until we figured out the bug

Sat Jun 9 14:00:00 2018 mrueckertAATTsuse.de
- bump to rails 5.2

Sun May 20 14:00:00 2018 mrueckertAATTsuse.de
- remove the RAILS_ENV environment variable from the service files

Sun May 20 14:00:00 2018 mrueckertAATTsuse.de
- enforce en_US.UTF-8 locale

Sat May 19 14:00:00 2018 mrueckertAATTsuse.de
- update to 2.0.0.beta10

Sat May 5 14:00:00 2018 mrueckertAATTsuse.de
- update to 2.0.0.beta9

Thu Apr 12 14:00:00 2018 mrueckertAATTsuse.de
- merged nginx config patch, it is recommended to sync your local
config with the new upstream config

Thu Apr 5 14:00:00 2018 mrueckertAATTsuse.de
- no more Vagrant file: fix filelist

Tue Mar 27 14:00:00 2018 mrueckertAATTsuse.de
- merged nginx config patch, it is recommended to sync your local
config with the new upstream config

Fri Mar 9 13:00:00 2018 mrueckertAATTsuse.de
- sshkey requires

Thu Mar 8 13:00:00 2018 mrueckertAATTsuse.de
- move to ruby 2.5 for newer distros

Wed Feb 21 13:00:00 2018 mrueckertAATTsuse.de
- enable 2FA
- move update trigger to the %post scriptlet

Thu Jan 4 13:00:00 2018 mrueckertAATTsuse.de
- back to fastimage

Sat Dec 23 13:00:00 2017 mrueckertAATTsuse.de
- make the discobot public directory readable for nginx.

Mon Dec 11 13:00:00 2017 mrueckertAATTsuse.de
- add TimeoutStartSec=0 to the -update.service file

Mon Dec 11 13:00:00 2017 mrueckertAATTsuse.de
- update nginx patch

Fri Dec 8 13:00:00 2017 mrueckertAATTsuse.de
- more permission fixes for the backup dir

Fri Dec 8 13:00:00 2017 mrueckertAATTsuse.de
- package backup dir

Wed Dec 6 13:00:00 2017 mrueckertAATTsuse.de
- disable feedjira based code

Thu Nov 30 13:00:00 2017 mrueckertAATTsuse.de
- port to new rails packaging scheme

Wed Nov 22 13:00:00 2017 mrueckertAATTsuse.de
- fix the discourse-update service to actually do something
reliably:
- create rebuild.txt in %pre. this makes it work reliable and we
keep a clean rpm -V output. marking it as %config(missingok)
doesn\'t recreate the file on update, if it was deleted
- cleanup bootsnap cache in %install

Fri Nov 17 13:00:00 2017 mrueckertAATTsuse.de
- move the tmp/rebuild.txt check into the script itself and not the unit file

Thu Nov 16 13:00:00 2017 mrueckertAATTsuse.de
- finally! no more manually running discourse-update:
this will now be handled by the discourse-update.service
The service will only run if the following file exists:
/srv/www/vhosts/discourse/tmp/rebuild.txt
If the file does not exist, the restart will be just as quick as
before. This whole automation comes at a price though:
During the run of discourse-update service, all other discourse
services are down.
You can still run the script manually if needed.

Thu Nov 16 13:00:00 2017 mrueckertAATTsuse.de
- make update script fail if any of the subcommands fails

Wed Nov 15 13:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta14~git221.2e7c61681e:

* PERF: n+1 query when fetching search_logs

* fix the build

* NEW: large image placeholder added in cooked html (#5291)

* Remove email column from schema information

* FIX: notification dropdown was not visible for group archive

* UX: sort search logs results by unique searches

* More control over Unicorn logstash logger.

* EXPERIMENTAL: Allow logs to be shipped via different methods.

* FIX: Disable `rails_multisite` formatter if lograge is enabled.

* FIX: current user serializer consistently returns {} for custom_fields

Fri Oct 20 14:00:00 2017 mrueckertAATTsuse.de
- temp fix for
https://meta.discourse.org/t/not-really-sure-you-wanted-to-check-in-this-symlink/72456

Tue Oct 3 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta11~git71.9ff1c23a38:

* FIX: don\'t create staged users when incoming email is rejected FIX: don\'t send subscription mail to new users

* FIX: respect email domain whitelist/blacklist when creating staged users

* FIX: Header primary color was too dark in dark mode

* FIX: `d-header` in common is `z-index: 1001`

* An option to not display categories in the hamburger

* UX: Allow customization on header dropdown sizes

* FEATURE: forgot_password_strict setting also prevents reporting that an email address is taken during signup

* rename forgot_password_strict to hide_email_address_taken

* UX: Perform icon replacements before calling icon renderer

* fix typo

Fri Sep 29 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta11~git19.d5d66e969e:

* FIX: update group.has_messages field weekly

* FIX: update message bus

* FIX: wasn\'t able to save watched/tracked/muted categories/tags

* Support for HTML values in widget hbs templates

* FIX: Okay, try going back to the old way. Too many exceptions.

* FIX: Compatibility between Client and Server routing.

* Revert \"A safe way to create class variables in a multisite environment.\"

* FIX: Remove unused mixin

* FIX: use different method name for topic rake task

* FIX: js error when logging in using another Discourse site as sso provider

Fri Sep 15 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta9~git17.a11a948e24:

* Activate mini-profiler when in profiling env.

* Revert \"Activate mini-profiler when in profiling env.\"

* bbcode find close tag loop end condition

* Do not load javascripts for disabled plugins (#5103)

* Add disabled_plugins to preloadstore for login_required anonymous users (#5134)

* FEATURE: uses select-box for topic-notifications-button component

* Clean up weird indentation

* Refactor header CSS for composability

* FIX: stricter check on presence of notification_level_change

* FEATURE: new badges when visiting the forum for 10, 100 and 365 consecutive days

* FIX: Stop moving notifications on large screens

* minor copyedits on visit days badges

* Fix incorrect topic id in profiiing script.

* FIX: consecutive_visits query wasn\'t return only the first result per user

* description wasn\'t checked in. ????

* PERF: Reduce number of Redis hits per requests.

* Add discourse-presence as a core plugin (#5137)

* FIX: supports emojis in pinned topic excerpt

* PERF: Use `pluck` instead of enmurating through all the records.

* Fix the build.

* Oops fix build again.

* Revert plugin js changes (#5139)

* PERF: Remove `Object#present?` check introduced in https://github.com/discourse/discourse/commit/e0d5d9670ab2d0fb923fef54e3bdcbbcfc524fb1.

* add admin-user-details plugin outlet (#5141)

* FIX: component height computation was wrong

* minor css fixes on select-box

* removes select-box minWidth property

* FIX: keys were incorrectly set to category

* FIX: default select-box-row should be aligned vertically

* Add `span` to various labels so they can be targetted

* Allow for customization of header dropdown icons

* UX: Convert bookmark icon from CSS to a proper icon using our helper

* FIX: consecutive_visits query wasn\'t properly setting \'granted_at\' (3rd time\'s a charm)

* FIX: broken spec

* FIX: topic-notifications taking too much space in timeline

* FIX: topic-notifications was taking too much space on mobile

* FIX: redirect loop for new users visiting /new-topic using full screen login

* UX: Flags lost their red color on dropdown

* Simplify copy & add transifex config

* PERF: Avoid calling expensive `PostGuardian#can_see_post?` multiple times.

* Remove irrelevant comment.

* Avoid allocating an extra array.

* Make eslint happy.

* add image type attribute to icon link tag

* FIX: makes sure we only autocomplete valid emoji tones

* Reduce number of Redis calls.

* Use a connector class to determine wheteher to render presence

* FIX: Presence was broken with a null array

* Disable presence for now

* FIX: Only enable the controller when the plugin is enabled

* Add warning when plugins changed by `tmp` was not removed

* UX: Move `.visited` to entire row, not just the link to a topic

* Replaces all notification-options like dropdowns with select-box

* FIX: css regression on category-dropdown-button

* SECURITY: Only publish PM reply messagebus notifications to allowed users

* Discourse-presence improvements

* minor fixes to select-box

* use d-icon names

* lighter icon color for categories-admin-actions

* makes notification-options design more compliant with existing design

* FIX: adds correct spacing between footer buttons

* FIX: select-box width was incorrect on mobile

* FIX: Categories admin menu was missing

* FIX: keeps as much as possible the same api for select-box components

* fix broken build

* FIX: positioning issues with notifications-button

* FIX: display localised title when using notifications-button

* FEATURE: improves keyboard handling of select-box

* FIX: Duplicate class name

* FIX: Bookmark icon was not coloured on mobile

* FIX: queued posts had a red background

* adds more specificity to .dropdown-select-box

* fix broken spec

* FIX: cross browser issues on safari and edge

* minor select-box fixes

* adds missing spacing around links in reason text

* FIX: makes sure the select-box doesn’t go over header

* FIX: Missing color on queued posts dropdown

* UX: \'.visited\' wasn\'t applied in categories view and suggested topics

* make eslint happy

* uses select-box for pinned-button

* FIX: display email validation error messages

* FIX: memoization in PostAnalyzer.raw_mentions (#5172)

* FIX: pinned-button sometimes not shown when unpinned is null

* FIX: icon showing as null

* FIX: output css for category backgrounds only if uploads have a url

* fix linter error

* Revert \"FIX: pinned-button sometimes not shown when unpinned is null\"

* cleaner title attribute for select-box

* new rake task to bake uncooked posts

* PERF: Bypass AR and execute SQL directly.

* FIX: Move check to right serializer.

* Revert \"FIX: Move check to right serializer.\"

* FIX: Use a distrbuted cache for site locale.

* UX: show date of last edit on wiki topics

* SECURITY: Prevent users from updating to blacklisted email domains

* Adjust nesting of search divs

* FIX: Don\'t append `.no-results` if there\'s nothing to display

* FIX: don\'t activate un-confirmed email on omniauth authentication (#5176)

* FIX: Users should be able to activate their emails even if unapproved

* FIX: no notification was being sent when a post is hidden by community flags

* FIX: Handle incoming emails without email address in From header (#5177)

* FIX: send the queued posts reminder as a message to moderators instead of an email to the contact_email

* remove unused file pending_flags_mailer.rb

* FIX: Don\'t write `wget` response to file.

* Fix bugs in profiling scripts leading to incorrect results.

* FIX: prevents click on select-box to close timeline-container on mobile

* FIX: Add missing option to apache bench.

* FIX: reason paragraph styling broken on mobile

* UX: Placeholder images color changed & tootip added

* FIX: better alignments of categories/tags in .topic-category

* PERF: Avoid `NOT IN (>` which can get really slow.

* FIX: Small fixes to enable better testing of components

* FIX: only show participants the user can see

* FIX: don\'t include last_wiki_edit when there\'s no revision

* API so that you don\'t have to use a global variable for pretender

* add \'staged\' column to user export

* fix the build

* FIX: makes state of select-box more resilient to model changes

* FIX: link to sub-categories in group activity feed wasn\'t working

* minor copyedits

* PERF: Avoid unnecessary expensive joins if possible.

* PERF: Remove N+1 query when generating posters summary.

* FIX: do not create new email token if there already exists a confirmed one

* Remove comment that is no longer relevant.

* Update translations

* Version bump to v1.9.0.beta9

* INSTALL-cloud: you can re-run discourse-setup

* FIX: Use default locale for moderator post when posts are moved

* FIX: Use default locale for edit reason when owner of post gets changed

* Use icon helpers for notification dropdown

* Remove some of the last few `fa-icon` helpers

* update email_reply_trimmer to latest

* It\'s bad practice to have `body` be the parent of everything

* Add some container DIVs for easier styling

* FEATURE: automatically handle flags and posts that have been waiting in a queue for a long time. Flags will be deferred. Posts waiting for approval will be rejected. Control how old the records need to be with the auto_handle_queued_age site setting.

* adds a dsl to simplify testing of the select-box

* FIX: makes sure select-box is under header and over avatar on mobile

* FIX: don\'t mute topics when dismissing unread

* FIX: don\'t leak whisper count in user card

* FIX: Broken notifications in non-english locales

* attempts to fix broken spec only on CI

* UX: reduce height of textarea for flags of type \"Something Else\" on small mobile devices

Sun Sep 10 14:00:00 2017 mrueckertAATTsuse.de
- added discourse.fix-resize.patch: temporary fix for resize issue
discussed here:
https://meta.discourse.org/t/letter-avatars-still-displayed-after-importing-phpbb3-avatars/69553/14

Tue Sep 5 14:00:00 2017 mrueckertAATTsuse.de
- add RAILS_ENV to service file so we dont have to patch out too
much from puma.rb
- added discourse.fix-puma-config.patch: make the config work out
of the box:
- set proper app_root
- turn off daemonize for systemd

Mon Aug 28 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta7~git128.ce2250d7aa:

* Spec for local auth check

* Revert \"fixes overflowing div width on user activity page\"

* Unnest top level selectors from body

* Show the select badge button only once. (#5064)

* Preparation for using chrome for qunit in docker images (#5062)

* correct erratically failing spec

* UX: move close button to bottom and add esc hint.

* Add documentation for new ENV variables

* Allow SINGLE_PLUGIN environment variable to be used

* Use `if`, not `unless`

* last attempt at fixing user page layout

* Add documentation to docker_test.rb

* Add two common eslint rules.

* Make eslint happy.

* Use `find` instead.

* Ensure we reset state for `Messagebus.track_publish`.

* FIX: avoids user-selector having no width

* FIX: ip lookup not working

* correct spec

* FEATURE: bbpress importer can import private messages

* Convert suggested topics to a component

* FIX: Skip trigger match should be case insensitive.

* FIX: Move before post count outlet inside the link

* FIX: Broken suspect user lists.

* FIX: Don\'t set topic timer for close topics when changing category.

* FIX: Topic timers being incorrectly `trashed!`.

* Fix the build.

* FIX: do not create topic link reflection for unlisted topics

* FIX: transfer posts by duplicated staged users to original

* Combine docker:lint and docker:test into one command

* FEATURE: server side support for upload:// markdown

* remove stray puts from spec

* FIX: broken badge show page

* FEATURE: allows to disable automaticPositioning of emoji-picker (#5074)

* Correct a flaky spec

* UX: Move buttons into the nav section of the topic map

* Remove unused small action component

* Add classes to small action buttons

* FEATURE: image uploads now have short urls

* correct flaky spec

* FIX: wrongs counts on tags with deleted topics

* fix misuse of TLD

* FEATURE: unlisted
*only
* means not listed in topic lists

* FEATURE: import Github profile picture

* GH#retrieve_avatar: simplify conditional and restructured testing

* FEATURE: improves select-box to support category selection on new topic

* update pr based on review

* Revert \"FEATURE: improves select-box to support category selection on new topic\"

* add more diagnostics for flaky spec

* Correct short url decoding for sha1s leading with zero

* Add wrapper div to aid in styling

* Cleanup & debug .nav-stacked styles

* change count>0 to exists

* FIX: `store:main` error when running QUnit tests checking disabled plugins

* `Sidekiq::Testing.fake!` is the default mode.

* Fix calling `exists?` on Arrays.

* Make Redis test less brittle.

* Move new controller specs to reqeusts folder.

* improved email bad destination error copy

* Fix Rubocop error.

* Revert \"Revert \"FEATURE: improves select-box to support category selection on new topic\"\"

* FIX: bump default max for int site settings to a much higher number

* correct spec

* FIX: duplicated categories in select-box

* FIX: modify select-box orientation when composer resizes

* Convert user card buttons to `{{d-button}}` components

* FIX: better headerText handling on select-box

* uses select-box for theme selection on user profile

* Removed icons + no-glyph classes from /user sub-navs, normalized indentation

* FIX: avoids select-box being over composer popup

* Add no-content message for user/activity/replies, fix no-content display

* Removed no-longer-used styles from group.scss

* correct erratic spec

* lint

* PERF: add an index on slug to make sure that slug lookups are quick

* FIX: Category badge style of none was causing errors when rendering

* make composer edu panel close button more visible

* Fix + remove unnecessary indentation, dead code, cleanup user.css

* FIX: more consistent filter from keyboard on select-box

* add quotes to toolbar details insertion

* new rake task to remap old phpbb links

* FEATURE: rake db:stats

* fix \'details\' button acceptance test

* Extracted/DRYed user-stream-item component CSS from user.css into own files - Renamed \'stream-item\' component to \'user-stream-item\' - Replaced generic \'item\' class with clearer \'user-stream-item\' class - Retained \'item\' class for backward compatibility, marked as \'DEPRECATED\' - Extracted CSS pertaining \'user-stream-item\' component to component CSS files - Removed unnecessary duplication from \'user-stream-item\' CSS - Removed unnecessary nesting from \'user-stream-item\' CSS

* FEATURE: show tags in search results

* add a debugging task for running all schedules

* FEATURE: add Thai language

* Add option to move the poster name in with the avatar

* Add option to collapse buttons in post menu

* UX: Add missing `btn` class to `flat-button`

* FIX: some button classes

* select-box minor fixes

* Namespaced Sass color brightness function to avoid conflict w/CSS filter

* FEATURE: set purge_unactivated_users_grace_period_days to 0 to disable purging unactivated users

* REVERT: btn class looked ugly, let\'s revert for now

* FIX: castInteger on initial value

* FIX: Un-revert the btn class added to the topic post menu

* FIX: select-box fragile specs

* FEATURE: display subcategories when filtering on parent name

* FIX: html not showing in select-box header

* Revert \"FIX: Un-revert the btn class added to the topic post menu\"

* Add option for button type under posts

* FIX: Don\'t re-render if you find composer messages after destroying

* FIX: do not show full name field when accepting invite if full names are disabled

* FIX: select-box improvments

* rescue error when remapping permalinks

* Support for sending PMs to email addresses (#4988)

* Simplify user-nav styles to facilitate theming

* Extend config/version.rb with more informations (#5061)

* lint

* Add avatar-flair plugin outlet for user card (#5104)

Wed Aug 23 14:00:00 2017 mrueckertAATTsuse.de
- switch to tests-passed branch

Fri Aug 18 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta7~git10.954d753d5d:

* FIX: Footer message was missing the class

* FIX: queues posts broken for multiple posts

* Correct erratic spec failure

* Version bump to v1.9.0.beta7

* FIX: exception in excerpt parser for null nodes

* Set user title from the badge view (#5049)

* Removed defunct SparkPost free plan (#5058)

* Extract linter in `docker:test` Rake task into `docker:lint`.

* Fix conditions.

* fixes overflowing div width on user activity page

* Run lint in a parallel job on Travis.

* FIX: Sidekiq wouldn\'t start up in development mode

Thu Aug 17 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta6~git17.9246bc3400:

* FEATURE: use `a` when search result is focused to add to composer

* FEATURE: allow ctrl+shift+s to open search

* support up button from first result

Thu Aug 17 14:00:00 2017 mrueckertAATTsuse.de
- add version-info.patch

Thu Aug 17 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta6~git14.d29fc781fb:

* FIX: add additional email to tests and clean up resulting mess

* UX: add a divider line between regular user fields and custom user fields

* FIX: wizard should only include human admins and system user as the site contact username options

* Fix up some markup to making styling latest categories easier

* Revert \"Fix up some markup to making styling latest categories easier\"

* FIX: more cases of case sensitive group membership in sso

* Add \'primary_group_name\' to CurrentUserSerializer

* Add current user\'s primary group name class to the composer body

* Add \'beforeCreate\' hook in rest model

* Add \'Post.permitted_create_params\' to allow plugins to add new params when creating a post

* Add new \'post_moved\' event

* Shorten some very long lines

* Add a bunch of reload-friendly class variables accessors plugin APIs

* FIX: ensure we always reload TopicView and TopicList in dev

* use new reload-friendly API

* FIX: Scroll position is tracked on search page

* FEATURE: initial implementation of an ember native select

* theme color select-box should be filterable

* SECURITY: Do not show latest/top topics on 404 for login_required sites

* Convert latest-topic-list to components and remove nested tables

* Split out `latest-topic-list-contents` component

* FIX: Reloading issues with classes

* Autoload lib folder to pick up more changes in development mode

* Revert \"Autoload lib folder to pick up more changes in development mode\"

* More consistent container class names for styling

* Refactor footer message to use a component

* Remove hidden settings\' translation (#5043)

* UX: fix category badge style on 404 page

* UX: keep emojis in excerpts in flag queue

* FIX: digest emails should not include posts that are still in the edit grace period

* UX: setup wizard won\'t offer pre-existing users with reserved usernames

* FIX: multichoice poll with more than 25 votes

* Some more HTML to Markdown fixes (#5046)

* FIX: not splitting words correctly for search tokenizer

* FIX: staff count on invites step of wizard should only include real users

* UX: make 404 page look better on dark theme

* better bbcode parsing for phpbb bulk import script

* FIX: display emojis (set, custom and native) in bio excerpt

* FIX: fails loud if default setting is not set

* FEATURE: add custom open graph tag for ignoring canonical url

* FEATURE: add Latvian language

* Fix: unlinked topic search model (#5044)

* FEATURE: add full editing access to queued posts (#5047)

* Minor CSS changes

* FEATURE: if full search returns no results, show google search form

* minor 404 page copyedits

* refactors select-box

* Add specific class to site description on /about

* Fix `select-box` Qunit tests to use the proper Ember test helpers.

* FIX: Avoid publishing a gigantic payload.

* Include the site setting file path for which a default value is missing.

* Fix typo.

* FIX: rebuild index when engine replaced (#5021)

* Add option to run qunit tests in headless chrome (#5054)

* Perf: update message_bus to latest

* PERF: reindex search data without loading large post counts

* annotate models

* Silence CSS logging in development - it\'s way too noisy

* Reload lib in development mode only

* Update translations

* Better formatting for CSS errors

* Version bump to v1.9.0.beta6

* Allow ENV variable to force polling

* FEATURE: up/down arrow will highlight search result

* update message bus to ruby 2.0 packaged version

* FIX: reloading issues with classes

* FIX: when registering custom_field types, ensure we\'re casting them before checking for equality

* missed a spot on email invite h4 to bold conversion

* fixes word wrap issue on user activity page (#5056)

* Add Plugin API to register a category custom field.

* bump onebox version

* FIX: Can\'t reset AR schema cache due to versions table.

* Allow optional import_mode param for posts in api (#4952)

* fix formatting

* add event for other backup choices

* trigger for other backup choices

Fri Aug 11 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta5~git118.117417848e:

* New \'topic:current-post-changed\' application event

* Don\'t include all html builders on client and server side

* Remove Rails 5 deprecation warning.

* Add support for disabled attribute to the d-checkbox component

* Add new \'group-edit\' plugin outlet

* UX: Support for `none` style of category badge

* Fix the build.

* Introduce multisite tests for better coverage.

* Rubocop should ignore schema.rb.

* FIX: allows onebox to force GET hosts returning wrong headers on HEAD

* Add debugger Rubocop lint.

* add support for classNames binding in Navigation Item

* Add support for preloaded custom_fields on Group

* FIX: handle topics without excerpt for meta description tag

* FIX: Title prettify shoundn\'t downcase all non-ascii titles

* Add warning when using the \'modifyClass\' plugin API after it\'s been cached in the container

* UX: exclude irrelevant search filters for anonymous users

* send args to user-preferences-nav plugin outlet

* FIX: Staged users are still missing primary email.

* FEATURE: Force user to enter reason when requesting for group membership.

* Adjust width for membership request input field.

* FEATURE: add RSS feed for badge pages

* restructure search-test to test all filters w/ variable visibiltiy

* FIX: handle missing parent category when exporting user archive

* FIX: Ensure that post action moderation post uses the site\'s default locale.

* FIX: `updated_at` needs to be set in migration as well.

* FIX: In development mode on OSX, plugin stylesheets were not reloading

* Fix incorrect test migration.

* Allow route maps to access `site` easily

* Allow plugin patches to reload in development mode

* UX: when staff change their email address, show a message saying an email has been sent to their current address, not their new one

* Allow reloading of translation keys for plugins in development mode

* FIX: user directory didn\'t update stats of users with no recent activity

* \'add_to_serializer\' should define the \'include_\' method by default

* Allow explicit hover and active buttons

* FIX: You can\'t cache the files here, plugin translations won\'t work

* Fix missing parameter.

* FIX: Don\'t raise an error if URL timesout.

* FIX: Return 404 if API access is invalid.

* FIX: Staged users were incorrectly created multiple times with same email.

* FIX: navigation item counters weren\'t updating properly

* UX: placeholder text in watched word input field

* Accept no arguments for `NavItem` options

* improve discobot onebox link help

* FIX: don\'t enforce newuser_spam_host_threshold on private messages

* Remove Spork dependency.

* soften the auto-hiding PM message a bit

* minor improvements to setup wizard copy

* Remove like on change of ownership. (#5038)

Mon Aug 7 14:00:00 2017 mrueckertAATTsuse.de
- refreshed patches

Tue Aug 1 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta4~git412.bd0efb8525:

* Add attribute to grouped search results for more available posts.

* Add pagination and checking for more results to search.

* Add info about more results to full-page search frontend.

* Add rspec tests for search pagination.

* Add infinite loading to full page search.

* Fix rspec tests for search pagination.

* badly resolved conflicts

* fix rubocop offenses

* Install rubocop in development mode.

* FIX: Return a UTF-8 string in tag notifications

* Bulk import likes from vBulletin thanks (#5014)

* Hunt-and-kill a few more mis-encoded params

* PERF: Allow plugins to preload custom fields for topics in `CategoryList`.

* Fix the build.

Mon Jul 31 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta4~git396.88ba052446:

* Add includes image choice to advanced search ui.

* Add rspec test for searching posts with images.

* Add backend code for searching posts with images.

* Add file extension column to TopicLinks.

* Add extraction of image_url for oneboxed images. Fix search by images filter name.

* Add extraction of file extension in TopicLink and related rspec tests.

* Add index to extension column in TopicLink.

* Add backend code for searching by filetypes.

* Add rspec tests for searching by a filetype.

* Add migration with extension column to uploads.

* Add extraction of upload extension. Add rspec test for search of post with upload by extension.

* Fix backend code for searching by a filetype as a combination of uploads and topic links. Add rspec test for extracting file extension in upload.

* Add onceoff job for uploads migration of column extension. Simplify filetype search and related rspec tests.

* Remove mention of unhandled flags in description of the contact_email setting

* FIX: Extra `<` character after icon refactor

* fix rubocop offenses

* FIX: staff cannot manually activate accounts after 48 hours has elapsed

* optimize enqueuing activation email code

* Replace rmmseg gem for cppjieba_rb since better dictionary (#5006)

* [FIX] invalid byte sequence in UTF-8 (#5003)

* correct mistake in spec

* UX: Add new plugin outlet before reply count

* UX: Move watched words to the Logs section of admin

* secure default for the \'find_related_post_with_key\' site setting

Mon Jul 31 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta4~git367.2e2b5e28aa:

* Add a nil check on the connection before attempting to exec it

* initial pass at color simplification

* Include the `search_log_id` in search results

* Track clicks on topics in search results

* UX: Allow site settings to display as textareas if they like

* FIX: medium URL with AATT incorrectly handled as mention

* correct more edge cases with new engine

* correct issues with poll specs

* Correct specs

* correct js test

* Specify the error that we want to ignore instead of rescuing all errors.

* FIX: Escape URL before attempting to resolve it.

* FEATURE: libv8 upgraded to version 5.7

* FEATURE: rake plugin:install_all_official

* correct bench code

* correct poll specs

* fix broken spec

* regression polls could not be closed properly

* correct specs so they run on latest

* Treat URL as loaded when loading script with tag.

* FEATURE: Introduces new emoji-picker

* fixes es-lint errors

* fixes regression

* performance/memory optimizations

* clarification

* simplifying code

* do not apply touch start hack on emojis

* bind hover only on desktop

* disable modale escape for now

* refactoring

* function is not needed

* es-lint

* storing scroll position every 100 ms should be enough

* formating

* emphasizes it\'s a jquery object

* reduces element search scope

* function is not needed

* uses es6 shorthands

* removes tests causing timeouts on travais

* move picker at top of the screen on mobile

* better positioning on mobile devices

* faster tests

* es-lint

* pixel perfect position

* correctly hide the picker

* refactoring

* better scroll/touch handling on mobiles

* should be a const

* more consistent positioning

* do not display clear on windows

* not applicable anymore

* skip random failures on travis ci

* Skip emoji-picker tests

* improve comments

* warmup prior to running tests

* Add options to skip core and install official plugins

* improve emoji picker filter style

* scope .section-group to .emoji-picker

* FIX: infinite rebinding when filtering emojis

* FIX: make sure the emoji picker is hidden

* makes emoji-picker position more dynamic

* unbind div-resizing event

* FIX: emoji-picker works with dark theme

* simplify emoji-picker recent usage logic

* enforce that emoji-picker is not active by default

* refactor async code of the emoji-picker

* increase time needed to load section in emoji-picker

* resets img src before changing it

* FEATURE: phase 1 of supporting multiple email addresses

* Dispose of heap when we reset the context.

* Expose `PrettyText.v8` heap_stats in stats socket.

* Fix broken specs.

* Update translations.

* FIX: don\'t error out when an unsubscribe key isn\'t associated to a user anymore

* FIX: improves emoji-picker handling of its different states

* Fix ol margin/padding so it displays ordered lists without cutting them off. https://meta.discourse.org/t/numbers-cut-off-in-long-list/59856

* FIX: emoji-picker positioning glitches on few edge cases

* Correct mention edge cases

* FIX: only highlight exact word matches in results

* bump onebox version

* correct bbcode parsing edge case

* test v8 heap stats and aggregate all

* FIX: broken specs

* FIX: Object.assign is not supported in all browsers

* DEV: support multiple capture groups for text post process

* FEATURE: Inline (Mini) Oneboxing

* Test failures for Inline Onebox

* FIX: Oneboxes were not being previewed

* Work in progress, CommonMark spec

* attempt to cache all emojis

* simplify emoji cache rule

* Allow docker test rake task to be used for single plugins (#4973)

* Fix incorrect filename.

* reduce emoji loading threshold

* FIX: dot not close emoji-picker when click is inside picker

* emoji-picker refactoring

* FIX: makes sure we don’t track when clicking on recent emojis

* FIX: faster successive loading of emojis

* tweaks to copy and styles

* es-lints errors

* fix broken specs

* FIX: Group owners should be able to invite users to their groups.

* add DiscourseEvent triggers necessary to update a user\'s permissions before they\'re notified

* REFACTOR: Merge onebox and inline onebox code paths

* Pass the full CommonMark spec

* FEATURE: send rejection email for unrecognized errors

* use the EMOJI_VERSION constant

* replaces links/imgs by buttons in the emoji-picker

* FIX: filtered emojis now correctly include custom emojis

* FIX: do not store scroll position in local storage

* FIX: Show emoji in inline oneboxes

* UX: use down chevron icon to expand \"show more links..\"

* FIX: emoji-picker filtering false positive

* FIX: keep scroll position when adding first recent emoji

* Fix the build.

* FIX: Explicit error when category description post is bad

* remove quote marks from search term result page

* FEATURE: Whitelists for inline oneboxing

* FIX: do not restore scroll on successive click on the same first emoji

* api cleanup for before / after rules

* amend to match latest api changes

* FIX: Empty lines should be selected for block quotes

* correctly return all v8 data as opposed to just one context

* this was failing erratically

* FIX: make sure there are meaningful titles on the picker

* filetype comparison needs to be case insensitive

* FIX: makes emoji filter case insensitive

* Fix user stats colour for dark themes

* simplify spec

* remove readonly column specs for now

* simplify spec

* simplify spec

* FIX: keep newlines between paragraphs when quoting a post

* adjust markdown for account required message

* Revert \"UX: Don\'t try to figure out root domain.\"

* FIX: Exclude `www` in topic map links.

* Clear the cache after each test otherwise we are leaking state.

* Not sure how this spec actually worked in the past.

* Fix random spec failure due to ordering.

* Use `Timecop.freeze` instead of `Timecop.travel`.

* Fix specs.

* Fix specs.

* don\'t pollute test suite with warning message from readonly Redis

* FIX: wasn\'t unfreezing time in email processor spec

* increase js tests suite timeout to allow more time to travis-ci

* change the
*correct
* timeout value

* Reintroduce specs that wasn\'t causing random failures.

* FIX: improves efficiency

* FIX: handle existing users in imports

* Add back test to ensure user can\'t edit name after `SiteSetting.username_change_period`.

* FIX: broken spec

* FIX: vBulletin bulk importer

* Validate uniquness of `api_key`.

* FIX: vBulletin bulk importer: emails and stats

* Reenable skipped `Email::Receiver` spec.

* Fix `SiteSetingExtension` specs to coerce int to string.

* Re-enable skip tests for `Email::Styles`.

* Re-enable skipped `Scheduler::ScheduleInfo` test.

* FIX: wrong position for change email instructions

* FIX: oops, real fix for change email instructions

* FEATURE: remove the timecop gem

* FIX: smart quote edge case with quotes

* freeze time in spec

* use time zone for extra safety

* FIX: saving profile preferences removes name in account preferences

* FIX: don\'t re-scheduler correctly scheduled daily tasks

* clean up skipped tests tighter connection handling in scheduler

* clean up stop semantics

* tighten time to stop schedueler

* comment out specs that break others

* lets attempt to get these specs working!

* FIX: allow bbcode to be unquoted for default

* Remove comment that is no longer relevant.

* Stop Rails from escaping the HTML in this description.

* Add charset preference when bulk importing vBulletin

* Remove warnings in `ColumnDropper.mark_readonly` test.

* fixing AATTmention color

* mildly lighter AATTmention

* Fix docker tests not loading plugins.

* Reset ActiveRecord cache after dropping columns.

* Fix JS tests failing when running in `RAILS_ENV=test`.

* FEATURE: new \'strip image metadata\' site setting

* FIX: emoji-picker broken and skipped specs

* FIX: emoji-picker do not reload all everything when changing diversity

* add link to /about page in email rejection messages

* Update UserEmail primary key sequence when performing bulk import.

* Fix sidekiq command in docs to start all queues instead of only critical.

* FIX: Broken topic invite button.

* Remove stray debugger.

* remove poinless fails from CI

* FEATURE: allow bisect and rspec seed

* extend wait_for in case redis chokes up in test

* Improve “server warmup” check for qunit rake task

* Stop writing to STDOUT/ERR during tests

* FIX: block all emails associated to a user when destroying their record

* UX: Refactor composer buttons into flat buttons

* UX: Use flat button style for bulk selection

* UX: Apply `btn-flat` class to flat buttons on posts

* FIX: don\'t escape html of poll options

* safely call html_safe on category description

* FEATURE: use Markdown for image pasted in as opposed to IMG tags

* phpBB3 importer: Use permalink normalization for category links

* FIX: specs failed if discourse-push-notifications booted

* remove 2 failures that happen if discobot booted

* attempt to stablise spec in travis

* add diagnostics for flaky test

* phpBB3 importer: Permalink for first post of each topic was missing

* Update ul padding/margin to match ol. https://meta.discourse.org/t/numbers-cut-off-in-long-list/59856/16?u=cpradio

* FIX: Search by topic_id should not be restricted by `SiteSetting.min_search_term_length`.

* Fix invalid CSS syntax.

* Improve specs to check top level stylesheets for SCSS compilation errors.

* UX: Include group name in email when group is invited to a PM.

* UX: Don\'t show empty user list for groups without members.

* Sanitize SQL arguments to prevent injections.

* REFACTOR: Reduce number of queries sent to the DB.

* Qunit plugin rake tasks (#4985)

* Allow whitespace around % scaler in markdown image syntax (#5000)

* Update libv8 and benchmark

* FEATURE: Watched Words: when posts contain words, do one of flag, require approval, censor, or block

* noturbo bench added

* Spawn a new rake process to run tests, so that LOAD_PLUGINS gets re-checked (#5001)

* missing bracket

* FEATURE: Plugins can overwrite and add support for new icons

* correct flaky spec

* FIX: onebox for dropbox video links not working

* REFACTOR: Better variable name.

* UX: Better group creation workflow.

* UX: Change group membership requests icons on groups pages.

* Fix incorrect assertion in JS tests.

* UX: Display button to message group on group page.

* FIX: Wizard was broken

* Run wizard specs in docker:test

* FIX: We need to precompile the wizard test helper

* Revert \"FIX: We need to precompile the wizard test helper\"

* FIX: Precompile errors for wizard tests

* fix intermittent failing tests, some watched word refactoring

* Rename `{{fa-icon}}` to `{{d-icon}}` so it can be more generic

* REFACTOR: Replace some `fa-
*` uses with helpers

* REFACTOR: Replace `fa-
*` in SCSS with `d-icon-
*`

* Bump Plugin API version for icon api

* FIX: Badge icons disappeared

* UX: Remove `hidden` from the `#discourse-modal` when the modal is shown

* FEATURE: support inline bbcode blocks eg: [quote]test[/quote]

* FIX: Notifications dropdown had incorrect spacing

* Add rubocop to our build. (#5004)

* FEATURE: Add group settngs to allow users to leave a group freely.

* FIX: deleting own post results in error

* FIX: when quoting add a newline

* Correct post deletion spec so it is async

* Remove unused `register_theme` code, expose `serve_public`

* FIX: Remove unused test

* Remove serve_public_dir -- it\'s not needed

* REFACTOR: CSS improvements to improve targetting and remove !important

* REFACTOR: Category / Tag Dropdown headers had extra classes

* Add classes to notification dropdown buttons

* Add class to admin wrench button

* attempt to stablise flaky spec

* FIX: Pull last emoji-db revision

* FIX: preserve fragment identifier when escaping url

* extract url escaping to a dedicated class method and improved tests

* FIX: Always validate presence of user\'s primary_email.

* Add spec to ensure that even staged users contain a primary email.

* FIX: Staged users did not have a `UserEmail` record.

* Add placeholder text to group member add field

* UX: Discobot advanced tutorial certificate does not work with dark theme.

* Upgrade Rails to 4.2.9.

* FIX: `Group#visibility_level` isn\'t shown in admin group edit page.

* Enhance bulk import scripts (#5010)

* Update DEVELOPER-ADVANCED doc with latest ruby & node versions

* `db:test:prepare` doesn\'t seem to work

* update email_reply_trimmer to latest

* fix the receiver_spec

* FIX: add slight delay when enqueuing activation email

Mon Jul 17 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta4~git72.d0c5205a52:

* FIX: internal oneboxing wasn\'t working when login was required

* Feature: Change markdown engine to markdown it

Mon Jul 17 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta4~git70.653ef56dc7:

* Clean up job for search logs

* FIX: Don\'t include images in the topic map top links

* Fix user is nil in populate posts.

* Don\'t run Rails migration on Travis for QUNIT only tests.

* Log errors when trying to load a `markdown-it-bunlde.js`.

* Fix guard against concurrently loading of assets.

* FIX: Concurently loading deferred loading of a script incorrectly resolves the promise.

* Fix .travis.yml.

* Revert \"Fix .travis.yml.\"

* Revert \"Don\'t run Rails migration on Travis for QUNIT only tests.\"

Fri Jul 7 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta3~git15.198f308f7b:

* FIX: Select topic timer\'s category by default in edit modal.

* FIX: s/google_blob/google_classic

* FIX: Disable topic status info when no category has been selected.

* FIX: `Jobs::PullHotlinkedImages#is_valid_image_src` returns true for a generic string.

* Allow version_checks to be shadowed by global

* FEATURE: new site setting to limit message recipients

* UX: Reply button was offset improperly when anonymous

* Remove unused module transpiler

Fri Jun 23 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta2~git150.b7386958ed:

* better responsive layout for new topic btn

* FIX: always try to convert PNG to JPG when pasting an image

* make eslint happy again

* update pikaday.js

* calendar should overflow in the \'Feature this topic\' modal

* Emoji ordering

* Feature: CommonMark support

* FEATURE: consistent bbcode inline and block rulers

* don\'t leak state into other tests

Mon Jun 19 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta2~git97.394efb3290:

* Allow multiple host when restricting Sidekiq queues.

* FEATURE: offer help on forgot password modal

* copyedit on login help text

* remove trailing dot in help text

* UX: make font size consistent on password reset modal

* UX: hide help button after click

* optimize \'hide help button\' code

* remove sinatra

* FIX: topic list wrapping under category list on some screens

* FIX: Docking of progress component on iOS was a bit off

Fri Jun 16 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta2~git76.c5f42f0e97:

* FEATURE: Add a user\'s primary group class name to the body tag

* FIX: Try a GET for error code 409 too -- (Medium posts)

* FIX: Validate interpolation keys used in translation overrides.

* Fix failing specs.

* FIX: Remove dependency on `rest-client`.

* REFACTOR: Allow `delete_removed_posts_after` SiteSetting to be bypassed.

* FIX: Recover post tutorial does not work when `SiteSetting.delete_removed_posts_after` is 0.

* UX: move optional to the description text for the password field

* RTL digest emails

* fix discourse_hub_spec

Tue Jun 6 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.9.0.beta1~git60.00f06b808:

* Remove columns that are no longer being used.

* FIX: Track should only continue if user is alone with bot in a PM.

* Add ENV variable to specify path to write unicorn\'s pid.

* Delaying dropping topic auto close columns by one hour.

* Fix typo.

* Move the constant as well.

* FIX: ensure we never collide ids in the JIVE API importer

* FIX: If HEAD is not supported, try GET. Also set cookies

* FIX: Support for cookies in onebox redirects

* UX: Show column headers on user topic lists

Mon Jun 5 14:00:00 2017 mrueckertAATTsuse.de
- move to ruby 2.4 and nodejs8

Wed May 31 14:00:00 2017 mrueckertAATTsuse.de
- make public plugins writable for now until we fixed the narrative
bot stuff

Fri May 19 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta12~git73.ef2811f39:

* FIX: allow pasting links into title field that are longer than the max title length

* fix js test failure

* add missing space to dutch translation

* Don\'t pre-minifiy autoellipsis

* FIX: layout of buttons and modals on mobile

* FIX: label positioning on mobile forms

* FIX: Don\'t incluide a trailing `
` in the bio excerpt

* FIX: mobile modal close button position, mobile layout of radio buttons and checkboxes

* remove box-shadows around radio buttons and checkboxes on mobile

* simplify time formats for set topic timer

Mon May 15 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta12~git16.941adca95:

* FIX: Forgot to lock gem

* correctly pick the selected theme based on what is loaded

* FIX: Use `bundle exec` for `bundle-audit`

* FIX: Only mark all as rendered after
*everything
* is rendered

* FIX: We can download protocol relative urls

* FEATURE: use fancy title in notifications

* we should use fancy title if available

* FIX: resize events for ace were not triggered correctly

* FIX: Add missing test

* FIX: If you refresh New, clear the incoming topics text

Thu May 11 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta11~git148.9641d2413:

* FEATURE: bulk relist

* Don\'t hardcode code button index and remove the for loop and use .some()

* Allow theme field object model to support uploads

* FEATURE: support uploads for themes

* improve spec

* improve upload functionality

* FIX: correctly invalidate theme css cache on scheme change

* FIX: maximize css editor not working

* oops my linter is not running automatically

* REFACTOR: upload workflow creation into UploadCreator

Tue May 9 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta11~git134.907f6cd76:

* We don\'t need to log when we can\'t download a Gravatar

* Don\'t log a gravatar failure that is a socket error

* We don\'t need to log downloading avatars that are too large

* FIX: There are still jobs enqueued for CloseTopic

* Silence logs for OptimizedImage failures

* Make CloseTopic a no-op just in case

* Catch RSS Parsing errors

* FIX: The keyboard shortcut to bookmark the first post wasn\'t refreshing

* FIX: Better error message for when your bookmark rate limit is exceeded

* FIX: Select2 retina icons were broken

Thu May 4 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta11~git73.489c3bc1c:

* Add \'keep_cid_imgs\' option to HTML to Markdown converter to improve incoming email parsing

* Improve handling of inlined images in incoming emails

* FIX: Filter badges to user on their badges page too

* FIX: The user might be anonymous

* FIX: Show share popup only for valid buttons.

* SECURITY: XSS issue in share popup if invalid link is passed in.

* FIX: Invalid creation of `Theme` in wizard builder.

* No need to run migration for QUNIT tests on Travis.

* Revert \"No need to run migration for QUNIT tests on Travis.\"

* Disable failing JS tests first.

Thu Apr 27 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta11~git1.cb8f91ca2:

* FIX: Clean up unused staged users job not completing.

* Allow a sidekiq queue to be configured to only run on a certain hostname.

* FIX: Force the right encoding when handling email.

* FIX: Raise right response when post_action does not exist.

* restore the \'incoming_email_prefer_html\' site setting

* FIX: Messed up i18n key

* FIX: Forgot to clear out a topic excerpt

* Revert offset calculation, was working poorly.

* Update translations

* Version bump to v1.8.0.beta11

* FIX: Scrolling offset was broken when entering some topics

Tue Apr 25 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git215.587653ad7:

* Use image gallery feature of magnific

* FIX: sane max value for max_image_size_kb & max_attachment_size_kb setting

* raise max value for max_image_size_kb to 102400

* FIX: make TopicEmbed trashable

* FEATURE: in vim dev you can focus on spec line in autospec

* correct sample to work with rails.vim

* FEATURE: add support for bootsnap in dev

* Update screenshots on Readme

* Track error message in `SchedulerStats`.

* remove bootsnap till we sort out linux

Thu Apr 20 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git144.94c7be3ca:

* FEATURE: Only show overridden option for theme css

* FIX: destroying color scheme could remove wrong item from UI

* FIX: New implementation of the \"notify about flag after\" setting. Only notify about new flags since the last notification. Send a private message to staff. Mention the 3 most active moderators in the message so they get notification emails.

* FEATURE: added error messages for bad theme CSS / JS

* Update moment locales as well.

* UX: Improve the way users set timers for `TopicStatusUpdate`.

* Install `discourse_image_optim` gem for now.

* Add time out when optimizing images.

* FIX: redirect to login page for anonymous user when profiles are hidden

Sun Apr 16 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git92.c38108631:

* use scss mode instead of css mode

* FIX: path wizard showing with no style

* FIX: clicking on themes while editing left a blank screen

* FEATURE: auto focus text editor when editing themes

* FIX: blanking theme field was not properly removing it

* FIX: in some case bundle exec fails from spawn

* FIX: embedding comments was broken

* FIX: add minimum value for invites_per_page setting

* FIX: allow CSS precompilation to access newly manifested assets

* FIX: don\'t precompile if we have no themes table

* FIX: display custom sections with default theme

* trigger a stylesheed update

* correct environment handling for test mode

* correct the monkey patch

* correct specs

* FIX: Update auto_notification to also update the subscription state when replying if the current state is less than the state being requested

* FIX: stop double compiling all hbs files

* Add spec for auto notification update It should update the topic subscription so long as what is being requested is higher than what is currently set for the user and the given topic It should not update the topic subscription if the requested subscription is less than what is currently set for the user and given topic

* FIX: Corrects typo to avoid error 500 on theme change

* FIX: Onebox\'s dependencies were not updated.

* Support Ruby 2.4.

* Use HTTPS for links to
*.discourse.org

* FIX: send activation email when accepting invite if password is set

* Fix the build

* FIX: increase host_must_be_valid regex for .technology TLD

Thu Apr 13 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git61.ee950b419:

* FIX: Check for reserved usernames before hitting DB.

* Improve SSO verbose log when user record is invalid.

* FIX: Don\'t enqueue topic status update job if topic is deleted.

* FIX: confirm email token for user created via social login

* FIX: Don\'t show category options for reports that can\'t be scoped to a category.

* Upgrade the Listen gem

* FIX: improve dark theme styling in header for tags

* FIX: order child themes by name

* correct transitioning to theme CSS editing

Thu Apr 13 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git57.ef093b161:

* Wrap directory names in quotes

* Update boot_dev

* bump onebox

* Upgrade Rails to 4.2.8.

* REFACTOR: Add `User.reserved_username?`.

* FIX: Check for reserved usernames before hitting DB.

* Improve SSO verbose log when user record is invalid.

* FIX: Don\'t enqueue topic status update job if topic is deleted.

* FIX: confirm email token for user created via social login

* FIX: Don\'t show category options for reports that can\'t be scoped to a category.

Wed Apr 12 14:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0.beta10~git46.a5f1c57a7:

* correct issue where no selected theme would force incorrect selection

* we need theme vars when building theme css

* expand tmp for osx

* FIX: Topic.similar_to error when Search is not loaded

* FIX: pasting link into composer with a topic template will onebox the link after the template

* multiplier should not have been changed

* WIP: JIVE importer using the API

* FIX: handle expanding quotes from deleted posts by rendering a trash icon

* Bump onebox.

* bump onebox

Thu Mar 23 13:00:00 2017 mrueckertAATTsuse.de
- Update to version v1.8.0.beta8~git36.3ef82bb:

* FIX: use email prefix only in subject

* FIX: better error message when invited user already exists

* Add \'slight_smile\' emoji translations

* remove duplicate emoji translation

* FIX: sso provider require return_sso_url

* FIX: replace site_name in email subject with site title

* Use the same jQuery in prod and dev, avoid minimizing twice

* Use unminified resize to make debugging easier

* FEATURE: category setting for default top period

* SECURITY: CSRF vulnerabilities in `Admin::BackupsController`.

Thu Mar 16 13:00:00 2017 mrueckertAATTsuse.de
- Update to version latestrelease~git89.ad8a579:

* FEATURE: Socialcast Importer: Set category and tags based on group

* Allow ports for embed host IPs

* FIX: Add route for user TL3 requirements page

* Fixes duplicated topic title in header after edit.

* FEATURE: subcategory list style: boxes with featured topics

* SECURITY: Don\'t use backticks for exporting your archive

* minor copyedits in guidelines

* UX: banner enabled/disabled posts should be small posts, not full-size posts

Fri Mar 3 13:00:00 2017 mrueckertAATTsuse.de
- new version requires thor

Mon Feb 27 13:00:00 2017 mrueckertAATTsuse.de
- Update to version 1.8.0~beta5+git104.a2c04be:

* FIX: typo in a routes.rb comment

* FIX: attempt to handle ios edge case where token is seen but unsaved

* Remove references to elder

* FIX: Mobile topic timeline broken on Chrome 56.

* FIX: Search menu results does not refresh when search context is changed.

* UX: \"See more\" on not found page should redirect to /top.

Fri Feb 24 13:00:00 2017 mrueckertAATTsuse.de
- update to a2c04be

Fri Feb 24 13:00:00 2017 mrueckertAATTsuse.de
- update to 1060239

Fri Feb 24 13:00:00 2017 mrueckertAATTsuse.de
- update to 3754b03

Wed Feb 22 13:00:00 2017 mrueckertAATTsuse.de
- update to 2f657b0

Fri Feb 17 13:00:00 2017 mrueckertAATTsuse.de
- update to a6ebe49

Wed Feb 15 13:00:00 2017 mrueckertAATTsuse.de
- update to c085e8f

Mon Feb 13 13:00:00 2017 mrueckertAATTsuse.de
- update to 13c7887

Fri Feb 10 13:00:00 2017 mrueckertAATTsuse.de
- update to 137e941

Wed Feb 8 13:00:00 2017 mrueckertAATTsuse.de
- update to 581d477

Wed Feb 8 13:00:00 2017 mrueckertAATTsuse.de
- update to 75f154b

Mon Feb 6 13:00:00 2017 mrueckertAATTsuse.de
- update to ba11548

Mon Feb 6 13:00:00 2017 mrueckertAATTsuse.de
- update to ceee2a5

Fri Feb 3 13:00:00 2017 mrueckertAATTsuse.de
- update to f1e7bca

Fri Feb 3 13:00:00 2017 mrueckertAATTsuse.de
- update to b251d11

Fri Feb 3 13:00:00 2017 mrueckertAATTsuse.de
- update to 5523d0d

Mon Jan 30 13:00:00 2017 mrueckertAATTsuse.de
- update to 0c6ad45

Fri Jan 27 13:00:00 2017 mrueckertAATTsuse.de
- update to cb1b24b

Fri Jan 27 13:00:00 2017 mrueckertAATTsuse.de
- update to 0a1d05c

Thu Jan 26 13:00:00 2017 mrueckertAATTsuse.de
- update to 8923e40

Thu Jan 26 13:00:00 2017 mrueckertAATTsuse.de
- update to a553fec

Tue Jan 24 13:00:00 2017 mrueckertAATTsuse.de
- update to ba21ef3

Mon Jan 23 13:00:00 2017 mrueckertAATTsuse.de
- update to ff508ed

Mon Jan 23 13:00:00 2017 mrueckertAATTsuse.de
- update to 7e52d29

Wed Jan 18 13:00:00 2017 mrueckertAATTsuse.de
- update to 8d4cff6

Wed Jan 18 13:00:00 2017 mrueckertAATTsuse.de
- update to 095ec9c

Mon Jan 16 13:00:00 2017 mrueckertAATTsuse.de
- update to 116e743

Mon Jan 16 13:00:00 2017 mrueckertAATTsuse.de
- update to d4b2a63

Fri Jan 13 13:00:00 2017 mrueckertAATTsuse.de
- update to 5f08630

Wed Jan 11 13:00:00 2017 mrueckertAATTsuse.de
- update to e793caf

Tue Jan 10 13:00:00 2017 mrueckertAATTsuse.de
- update to 42c39ab

Mon Jan 9 13:00:00 2017 mrueckertAATTsuse.de
- update to b60bc47

Fri Jan 6 13:00:00 2017 mrueckertAATTsuse.de
- update to e0bbe33

Fri Jan 6 13:00:00 2017 mrueckertAATTsuse.de
- update to 41307c3

Thu Jan 5 13:00:00 2017 mrueckertAATTsuse.de
- update to 7c80952

Thu Jan 5 13:00:00 2017 mrueckertAATTsuse.de
- update to 937ea5e

Mon Jan 2 13:00:00 2017 mrueckertAATTsuse.de
- update to 495a511

Fri Dec 30 13:00:00 2016 mrueckertAATTsuse.de
- update to 225e670

Thu Dec 29 13:00:00 2016 mrueckertAATTsuse.de
- update to 1debf98

Wed Dec 28 13:00:00 2016 mrueckertAATTsuse.de
- update to dd4937a

Wed Dec 28 13:00:00 2016 mrueckertAATTsuse.de
- update to 6734743

Wed Dec 28 13:00:00 2016 mrueckertAATTsuse.de
- update to 1ffbd9b

Tue Dec 27 13:00:00 2016 mrueckertAATTsuse.de
- switch to ruby 2.3

Tue Dec 27 13:00:00 2016 mrueckertAATTsuse.de
- update to 5111611

Tue Dec 27 13:00:00 2016 mrueckertAATTsuse.de
- update to 889efe4

Mon Dec 26 13:00:00 2016 mrueckertAATTsuse.de
- update to 744f1fd

Wed Nov 9 13:00:00 2016 mrueckertAATTsuse.de
- update to 541c29f

Sun Jul 10 14:00:00 2016 mrueckertAATTsuse.de
- update to 201d344

Fri May 20 14:00:00 2016 mrueckertAATTsuse.de
- update to e2df79e

Fri May 20 14:00:00 2016 mrueckertAATTsuse.de
- update to c4f9384

Wed May 18 14:00:00 2016 mrueckertAATTsuse.de
- update to d2e0ee6

Tue May 17 14:00:00 2016 mrueckertAATTsuse.de
- update to 94a1051

Sat May 14 14:00:00 2016 mrueckertAATTsuse.de
- update to 6137bb4

Fri May 13 14:00:00 2016 mrueckertAATTsuse.de
- update to 5a75972

Wed May 11 14:00:00 2016 mrueckertAATTsuse.de
- update to 6287732

Wed May 11 14:00:00 2016 mrueckertAATTsuse.de
- update to d0b9b69

Tue May 10 14:00:00 2016 mrueckertAATTsuse.de
- update to 55dcccb

Mon May 9 14:00:00 2016 mrueckertAATTsuse.de
- update to 6f9a3d1

Mon May 9 14:00:00 2016 mrueckertAATTsuse.de
- update to 29b94b5

Mon May 9 14:00:00 2016 mrueckertAATTsuse.de
- update to 3353b11

Sat May 7 14:00:00 2016 mrueckertAATTsuse.de
- update to 9741584

Thu May 5 14:00:00 2016 mrueckertAATTsuse.de
- update to 34670c2

Wed May 4 14:00:00 2016 mrueckertAATTsuse.de
- update to 9427e0c

Tue May 3 14:00:00 2016 mrueckertAATTsuse.de
- update to 5576c8e

Tue May 3 14:00:00 2016 mrueckertAATTsuse.de
- update to 8e611ec

Sun May 1 14:00:00 2016 mrueckertAATTsuse.de
- update to b1d6e23

Wed Apr 27 14:00:00 2016 mrueckertAATTsuse.de
- update to 2f911d9

Wed Apr 27 14:00:00 2016 mrueckertAATTsuse.de
- update to e5918c7

Wed Apr 27 14:00:00 2016 mrueckertAATTsuse.de
- update to 7151c16

Tue Apr 26 14:00:00 2016 mrueckertAATTsuse.de
- update to 9fdea6c

Mon Apr 25 14:00:00 2016 mrueckertAATTsuse.de
- update to 9a08bb1

Mon Apr 25 14:00:00 2016 mrueckertAATTsuse.de
- update to 6fb46fe

Mon Apr 25 14:00:00 2016 mrueckertAATTsuse.de
- update to d1f6101

Fri Apr 22 14:00:00 2016 mrueckertAATTsuse.de
- update to ed446ca

Thu Apr 21 14:00:00 2016 mrueckertAATTsuse.de
- update to 72761ab

Thu Apr 21 14:00:00 2016 mrueckertAATTsuse.de
- update to 3aa8593

Wed Apr 20 14:00:00 2016 mrueckertAATTsuse.de
- update to 27695c7

Tue Apr 19 14:00:00 2016 mrueckertAATTsuse.de
- update to 51b0b5f

Tue Apr 19 14:00:00 2016 mrueckertAATTsuse.de
- update to 7d9f226

Sun Apr 17 14:00:00 2016 mrueckertAATTsuse.de
- update to 2db42e9

Fri Apr 15 14:00:00 2016 mrueckertAATTsuse.de
- update to 1a621f3

Thu Apr 14 14:00:00 2016 mrueckertAATTsuse.de
- update to e30c823

Wed Apr 13 14:00:00 2016 mrueckertAATTsuse.de
- update to e808f7f

Wed Apr 13 14:00:00 2016 mrueckertAATTsuse.de
- update to 95854a9

Tue Apr 12 14:00:00 2016 mrueckertAATTsuse.de
- update to fa369bc

Tue Apr 12 14:00:00 2016 mrueckertAATTsuse.de
- update to f95f488

Tue Apr 12 14:00:00 2016 mrueckertAATTsuse.de
- update to 8e4113a

Tue Apr 12 14:00:00 2016 mrueckertAATTsuse.de
- update to 983d64f

Tue Apr 12 14:00:00 2016 mrueckertAATTsuse.de
- update to cb6d163

Fri Apr 8 14:00:00 2016 mrueckertAATTsuse.de
- update to ab11cea

Thu Apr 7 14:00:00 2016 mrueckertAATTsuse.de
- update to 609969b

Thu Apr 7 14:00:00 2016 mrueckertAATTsuse.de
- update to 60c21a3

Tue Apr 5 14:00:00 2016 mrueckertAATTsuse.de
- update to 64a1a44

Mon Apr 4 14:00:00 2016 mrueckertAATTsuse.de
- update to f382897

Sat Apr 2 14:00:00 2016 mrueckertAATTsuse.de
- update to b0f4c9e

Fri Apr 1 14:00:00 2016 mrueckertAATTsuse.de
- update to 05164d4

Thu Mar 31 14:00:00 2016 mrueckertAATTsuse.de
- update to 8f4bc22

Thu Mar 31 14:00:00 2016 mrueckertAATTsuse.de
- update to bd1ca35

Wed Mar 30 14:00:00 2016 mrueckertAATTsuse.de
- update to a344b1e

Wed Mar 30 14:00:00 2016 mrueckertAATTsuse.de
- update to 44e41df

Wed Mar 30 14:00:00 2016 mrueckertAATTsuse.de
- update to bf57917

Wed Mar 30 14:00:00 2016 mrueckertAATTsuse.de
- update to a00ba1d

Tue Mar 29 14:00:00 2016 mrueckertAATTsuse.de
- update to 25235ec

Tue Mar 29 14:00:00 2016 mrueckertAATTsuse.de
- update to b3354bd

Tue Mar 29 14:00:00 2016 mrueckertAATTsuse.de
- update to 480e8d0

Sun Mar 27 14:00:00 2016 mrueckertAATTsuse.de
- update to 0a05c9e

Fri Mar 25 13:00:00 2016 mrueckertAATTsuse.de
- update to f0c0223

Wed Mar 23 13:00:00 2016 mrueckertAATTsuse.de
- update to fa56082

Tue Mar 22 13:00:00 2016 mrueckertAATTsuse.de
- update to 8fea5ad

Mon Mar 21 13:00:00 2016 mrueckertAATTsuse.de
- update to f68671a

Thu Mar 17 13:00:00 2016 mrueckertAATTsuse.de
- update to 03a1aa0

Thu Mar 17 13:00:00 2016 mrueckertAATTsuse.de
- update to 14a77aa

Wed Mar 16 13:00:00 2016 mrueckertAATTsuse.de
- update to 978fb61

Mon Mar 14 13:00:00 2016 mrueckertAATTsuse.de
- update to ff12b5b

Mon Mar 14 13:00:00 2016 mrueckertAATTsuse.de
- update to 7e97724

Sat Mar 12 13:00:00 2016 mrueckertAATTsuse.de
- update to a78392d

Fri Mar 11 13:00:00 2016 mrueckertAATTsuse.de
- update to bf209d8

Thu Mar 10 13:00:00 2016 mrueckertAATTsuse.de
- update to 1fc335d

Wed Mar 9 13:00:00 2016 mrueckertAATTsuse.de
- update to a28816e

Tue Mar 8 13:00:00 2016 mrueckertAATTsuse.de
- update to ee8be3d

Mon Mar 7 13:00:00 2016 mrueckertAATTsuse.de
- update to 74e4251

Mon Mar 7 13:00:00 2016 mrueckertAATTsuse.de
- update to 622d804

Mon Mar 7 13:00:00 2016 mrueckertAATTsuse.de
- update to 607901c

Mon Mar 7 13:00:00 2016 mrueckertAATTsuse.de
- update to 67995b3

Sat Mar 5 13:00:00 2016 mrueckertAATTsuse.de
- update to a656a67

Fri Mar 4 13:00:00 2016 mrueckertAATTsuse.de
- update to 7598037

Fri Mar 4 13:00:00 2016 mrueckertAATTsuse.de
- update to 71911a4

Thu Mar 3 13:00:00 2016 mrueckertAATTsuse.de
- update to 7ddb7ff

Thu Mar 3 13:00:00 2016 mrueckertAATTsuse.de
- update to 04990e7

Thu Mar 3 13:00:00 2016 mrueckertAATTsuse.de
- update to 3b18a5d

Thu Mar 3 13:00:00 2016 mrueckertAATTsuse.de
- update to f3c868e

Wed Mar 2 13:00:00 2016 mrueckertAATTsuse.de
- update to c1aea91

Wed Mar 2 13:00:00 2016 mrueckertAATTsuse.de
- update to 280ca37

Tue Mar 1 13:00:00 2016 mrueckertAATTsuse.de
- update to 83fda03

Tue Mar 1 13:00:00 2016 mrueckertAATTsuse.de
- update to 8349669

Tue Mar 1 13:00:00 2016 mrueckertAATTsuse.de
- update to 9dc533a

Mon Feb 29 13:00:00 2016 mrueckertAATTsuse.de
- update to ff31403

Mon Feb 29 13:00:00 2016 mrueckertAATTsuse.de
- update to 9e46690

Sun Feb 28 13:00:00 2016 mrueckertAATTsuse.de
- update to 9cea4dd

Fri Feb 26 13:00:00 2016 mrueckertAATTsuse.de
- update to c2c4eff

Thu Feb 25 13:00:00 2016 mrueckertAATTsuse.de
- update to 33aad09

Thu Feb 25 13:00:00 2016 mrueckertAATTsuse.de
- update to 954ae7a

Wed Feb 24 13:00:00 2016 mrueckertAATTsuse.de
- update to 415efd0

Wed Feb 24 13:00:00 2016 mrueckertAATTsuse.de
- update to f259d7a

Tue Feb 23 13:00:00 2016 mrueckertAATTsuse.de
- update to ced86aa

Mon Feb 22 13:00:00 2016 mrueckertAATTsuse.de
- update to cab5dd0

Mon Feb 22 13:00:00 2016 mrueckertAATTsuse.de
- update to 4d981ce

Wed Feb 17 13:00:00 2016 mrueckertAATTsuse.de
- update to 8893d71

Tue Feb 16 13:00:00 2016 mrueckertAATTsuse.de
- update to 71905df

Mon Feb 15 13:00:00 2016 mrueckertAATTsuse.de
- update to 2af5870

Mon Feb 15 13:00:00 2016 mrueckertAATTsuse.de
- update to 482a658

Sun Feb 14 13:00:00 2016 mrueckertAATTsuse.de
- update to 2c0b36c

Fri Feb 12 13:00:00 2016 mrueckertAATTsuse.de
- update to 6478f5d

Fri Feb 12 13:00:00 2016 mrueckertAATTsuse.de
- update to 86819f0

Thu Feb 11 13:00:00 2016 mrueckertAATTsuse.de
- update to 75a78e0

Thu Feb 11 13:00:00 2016 mrueckertAATTsuse.de
- update to cad7fc1

Thu Feb 11 13:00:00 2016 mrueckertAATTsuse.de
- update to 5120dcf

Wed Feb 10 13:00:00 2016 mrueckertAATTsuse.de
- update to 510f9c5

Tue Feb 9 13:00:00 2016 mrueckertAATTsuse.de
- update to b2ffaa0

Mon Feb 8 13:00:00 2016 mrueckertAATTsuse.de
- update to 2ca1449

Sun Feb 7 13:00:00 2016 mrueckertAATTsuse.de
- update to b0567f9

Fri Feb 5 13:00:00 2016 mrueckertAATTsuse.de
- update to ea0e63b

Fri Feb 5 13:00:00 2016 mrueckertAATTsuse.de
- update to 0032047

Thu Feb 4 13:00:00 2016 mrueckertAATTsuse.de
- update to 03938af

Tue Feb 2 13:00:00 2016 mrueckertAATTsuse.de
- update to 0d611ed

Tue Feb 2 13:00:00 2016 mrueckertAATTsuse.de
- update to 49d1f88

Mon Feb 1 13:00:00 2016 mrueckertAATTsuse.de
- update to 904e532

Sun Jan 31 13:00:00 2016 mrueckertAATTsuse.de
- update to f281f6e

Fri Jan 29 13:00:00 2016 mrueckertAATTsuse.de
- update to 7d5fdd0

Fri Jan 29 13:00:00 2016 mrueckertAATTsuse.de
- update to 32ef138

Thu Jan 28 13:00:00 2016 mrueckertAATTsuse.de
- update to b5bc430

Wed Jan 27 13:00:00 2016 mrueckertAATTsuse.de
- update to bf650de

Tue Jan 26 13:00:00 2016 mrueckertAATTsuse.de
- update to 915afa7

Tue Jan 26 13:00:00 2016 mrueckertAATTsuse.de
- update to 5b8817c

Mon Jan 25 13:00:00 2016 mrueckertAATTsuse.de
- update to b91522c

Fri Jan 22 13:00:00 2016 mrueckertAATTsuse.de
- update to 9569235

Thu Jan 21 13:00:00 2016 mrueckertAATTsuse.de
- update to fc83525

Wed Jan 20 13:00:00 2016 mrueckertAATTsuse.de
- update to 74b5d06

Tue Jan 19 13:00:00 2016 mrueckertAATTsuse.de
- update to 11ea16a

Mon Jan 18 13:00:00 2016 mrueckertAATTsuse.de
- update to e6c1f1d

Fri Jan 15 13:00:00 2016 mrueckertAATTsuse.de
- update to 7b755c3

Fri Jan 15 13:00:00 2016 mrueckertAATTsuse.de
- update to 825a01c

Thu Jan 14 13:00:00 2016 mrueckertAATTsuse.de
- update to d2c2979

Mon Jan 11 13:00:00 2016 mrueckertAATTsuse.de
- update to 42d05ec

Mon Jan 11 13:00:00 2016 mrueckertAATTsuse.de
- update to 38c63c2

Fri Jan 8 13:00:00 2016 mrueckertAATTsuse.de
- update to 1a223b9

Thu Jan 7 13:00:00 2016 mrueckertAATTsuse.de
- update to 8508381

Wed Jan 6 13:00:00 2016 mrueckertAATTsuse.de
- update to 57944a0

Tue Jan 5 13:00:00 2016 mrueckertAATTsuse.de
- update to 93855db

Tue Jan 5 13:00:00 2016 mrueckertAATTsuse.de
- update to 16d15a7

Mon Jan 4 13:00:00 2016 mrueckertAATTsuse.de
- update to 268e0f3

Mon Jan 4 13:00:00 2016 mrueckertAATTsuse.de
- update to c8f90a3

Mon Jan 4 13:00:00 2016 mrueckertAATTsuse.de
- update to c7df678

Mon Jan 4 13:00:00 2016 mrueckertAATTsuse.de
- update to b847117

Fri Jan 1 13:00:00 2016 mrueckertAATTsuse.de
- update to fcf08f3

Tue Dec 29 13:00:00 2015 mrueckertAATTsuse.de
- update to 007326d

Tue Dec 29 13:00:00 2015 mrueckertAATTsuse.de
- update to 0613399

Sat Dec 26 13:00:00 2015 mrueckertAATTsuse.de
- update to 3a28baf

Wed Dec 23 13:00:00 2015 mrueckertAATTsuse.de
- update to 47410f1

Tue Dec 22 13:00:00 2015 mrueckertAATTsuse.de
- update to 00342fa

Mon Dec 21 13:00:00 2015 mrueckertAATTsuse.de
- update to c87fff6

Sat Dec 19 13:00:00 2015 mrueckertAATTsuse.de
- update to 8546dcb

Wed Dec 16 13:00:00 2015 mrueckertAATTsuse.de
- update to 51b2279

Tue Dec 15 13:00:00 2015 mrueckertAATTsuse.de
- update to 42a523a

Tue Dec 15 13:00:00 2015 mrueckertAATTsuse.de
- update to 4be8de2

Mon Dec 14 13:00:00 2015 mrueckertAATTsuse.de
- update to f60a537

Fri Dec 11 13:00:00 2015 mrueckertAATTsuse.de
- update to ccf5b15

Fri Dec 11 13:00:00 2015 mrueckertAATTsuse.de
- update to df19a27

Thu Dec 10 13:00:00 2015 mrueckertAATTsuse.de
- update to e2ea0b6

Wed Dec 9 13:00:00 2015 mrueckertAATTsuse.de
- update to ccd8865

Tue Dec 8 13:00:00 2015 mrueckertAATTsuse.de
- update to e52852d

Tue Dec 8 13:00:00 2015 mrueckertAATTsuse.de
- update to b09ee9c

Mon Dec 7 13:00:00 2015 mrueckertAATTsuse.de
- update to 578f606

Mon Dec 7 13:00:00 2015 mrueckertAATTsuse.de
- update to fa66878

Sun Dec 6 13:00:00 2015 mrueckertAATTsuse.de
- update to 1ef9233

Fri Dec 4 13:00:00 2015 mrueckertAATTsuse.de
- added systemd target support

Fri Dec 4 13:00:00 2015 mrueckertAATTsuse.de
- update to d97b238

Fri Dec 4 13:00:00 2015 mrueckertAATTsuse.de
- update to 80cf661

Thu Dec 3 13:00:00 2015 mrueckertAATTsuse.de
- update to d84fa69

Tue Dec 1 13:00:00 2015 mrueckertAATTsuse.de
- update to a8e69c2

Tue Dec 1 13:00:00 2015 mrueckertAATTsuse.de
- update to 5b95942

Mon Nov 30 13:00:00 2015 mrueckertAATTsuse.de
- update to 5a78312

Fri Nov 27 13:00:00 2015 mrueckertAATTsuse.de
- update to 7181e3c

Thu Nov 26 13:00:00 2015 mrueckertAATTsuse.de
- update to c8c6034

Wed Nov 25 13:00:00 2015 mrueckertAATTsuse.de
- update to 2561b5f

Wed Nov 25 13:00:00 2015 mrueckertAATTsuse.de
- update to d6932e4

Wed Nov 25 13:00:00 2015 mrueckertAATTsuse.de
- update to 3eb0288

Wed Nov 25 13:00:00 2015 mrueckertAATTsuse.de
- update to 2eba00a

Tue Nov 24 13:00:00 2015 mrueckertAATTsuse.de
- update to 434deb1

Mon Nov 23 13:00:00 2015 mrueckertAATTsuse.de
- update to e573ea2

Sun Nov 22 13:00:00 2015 mrueckertAATTsuse.de
- update to 3053d48

Sun Nov 22 13:00:00 2015 mrueckertAATTsuse.de
- update to c70bb0c

Fri Nov 20 13:00:00 2015 mrueckertAATTsuse.de
- update to d8734fc

Fri Nov 20 13:00:00 2015 mrueckertAATTsuse.de
- update to 523138f

Fri Nov 20 13:00:00 2015 mrueckertAATTsuse.de
- update to e82145c

Thu Nov 19 13:00:00 2015 mrueckertAATTsuse.de
- update to cf389e0

Tue Nov 17 13:00:00 2015 mrueckertAATTsuse.de
- update to 41e722b

Tue Nov 17 13:00:00 2015 mrueckertAATTsuse.de
- update to 4ec29f7

Tue Nov 17 13:00:00 2015 mrueckertAATTsuse.de
- clean up comment

Mon Nov 16 13:00:00 2015 mrueckertAATTsuse.de
- update to a0834d1

Sun Nov 15 13:00:00 2015 mrueckertAATTsuse.de
- update to 5234e54

Sat Nov 14 13:00:00 2015 mrueckertAATTsuse.de
- update to c3724bd

Thu Nov 12 13:00:00 2015 mrueckertAATTsuse.de
- update to 6b1cc8d

Thu Nov 12 13:00:00 2015 mrueckertAATTsuse.de
- update to ea29e1c

Thu Nov 12 13:00:00 2015 mrueckertAATTsuse.de
- update to de95573

Tue Nov 10 13:00:00 2015 mrueckertAATTsuse.de
- update to 42bf815

Mon Nov 9 13:00:00 2015 mrueckertAATTsuse.de
- update to 1ac0c97

Sun Nov 8 13:00:00 2015 mrueckertAATTsuse.de
- update to 1bcdade

Sat Nov 7 13:00:00 2015 mrueckertAATTsuse.de
- update to ca50252

Fri Nov 6 13:00:00 2015 mrueckertAATTsuse.de
- update to 355215c

Fri Nov 6 13:00:00 2015 mrueckertAATTsuse.de
- update to cd1b839

Fri Nov 6 13:00:00 2015 mrueckertAATTsuse.de
- update to 30eaa0e

Wed Nov 4 13:00:00 2015 mrueckertAATTsuse.de
- update to ef2f773

Wed Nov 4 13:00:00 2015 mrueckertAATTsuse.de
- update to e2121c2

Tue Nov 3 13:00:00 2015 mrueckertAATTsuse.de
- update to 688d442

Mon Nov 2 13:00:00 2015 mrueckertAATTsuse.de
- update to d0fe4fc

Sun Nov 1 13:00:00 2015 mrueckertAATTsuse.de
- update to 0d15dbd

Sat Oct 31 13:00:00 2015 mrueckertAATTsuse.de
- update to 5c0fb34

Fri Oct 30 13:00:00 2015 mrueckertAATTsuse.de
- update to eaa31cf

Fri Oct 30 13:00:00 2015 mrueckertAATTsuse.de
- update to 574805b

Fri Oct 30 13:00:00 2015 mrueckertAATTsuse.de
- update to 6c6d406

Wed Oct 28 13:00:00 2015 mrueckertAATTsuse.de
- update to a9823ab

Thu Oct 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 7b95f8b

Mon Oct 19 14:00:00 2015 mrueckertAATTsuse.de
- update to 94b60e6

Tue Oct 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 7ceecb0

Sun Oct 11 14:00:00 2015 mrueckertAATTsuse.de
- update to b72434d

Thu Oct 8 14:00:00 2015 mrueckertAATTsuse.de
- update to fa0f731

Wed Oct 7 14:00:00 2015 mrueckertAATTsuse.de
- update to 845c33e

Mon Oct 5 14:00:00 2015 mrueckertAATTsuse.de
- update to af7d51e

Sat Oct 3 14:00:00 2015 mrueckertAATTsuse.de
- update to 992386b

Wed Sep 30 14:00:00 2015 mrueckertAATTsuse.de
- update to 9bb7a38

Wed Sep 30 14:00:00 2015 mrueckertAATTsuse.de
- update to 0f7aaf5

Mon Sep 28 14:00:00 2015 mrueckertAATTsuse.de
- update to 2ca8d08

Sat Sep 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 0d69a82

Fri Sep 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 57870b9

Fri Sep 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 5a297fe

Thu Sep 24 14:00:00 2015 mrueckertAATTsuse.de
- update to fb62a7c

Thu Sep 24 14:00:00 2015 mrueckertAATTsuse.de
- update to 0b4cb5c

Thu Sep 24 14:00:00 2015 mrueckertAATTsuse.de
- update to f29cd5f

Thu Sep 24 14:00:00 2015 mrueckertAATTsuse.de
- update to 9507573

Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to dcdf76a

Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to ef0804f

Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to ab5969a

Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to d4f5f01

Wed Sep 23 14:00:00 2015 mrueckertAATTsuse.de
- update to bcb070f

Tue Sep 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 9f89aef

Mon Sep 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 2ae032c

Mon Sep 21 14:00:00 2015 mrueckertAATTsuse.de
- update to af7f000

Mon Sep 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 16a0623

Mon Sep 21 14:00:00 2015 mrueckertAATTsuse.de
- update to f74c21d

Fri Sep 18 14:00:00 2015 mrueckertAATTsuse.de
- update to 40934e5

Thu Sep 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 7468f85

Wed Sep 16 14:00:00 2015 mrueckertAATTsuse.de
- update to f427b66

Wed Sep 16 14:00:00 2015 mrueckertAATTsuse.de
- update to f2c1dba

Wed Sep 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 468b04d

Tue Sep 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 975edce

Tue Sep 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 72f2454

Tue Sep 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 872239f

Tue Sep 15 14:00:00 2015 mrueckertAATTsuse.de
- update to c46269e

Mon Sep 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 3a93faf

Thu Sep 10 14:00:00 2015 mrueckertAATTsuse.de
- update to c5e3be0

Wed Sep 9 14:00:00 2015 mrueckertAATTsuse.de
- update to 5b8917e

Wed Sep 9 14:00:00 2015 mrueckertAATTsuse.de
- update to 3ee5cea

Tue Sep 8 14:00:00 2015 mrueckertAATTsuse.de
- update to 113cb4d

Mon Sep 7 14:00:00 2015 mrueckertAATTsuse.de
- update to e37dd5a

Mon Sep 7 14:00:00 2015 mrueckertAATTsuse.de
- update to d5a2029

Mon Sep 7 14:00:00 2015 mrueckertAATTsuse.de
- update to 5dca462

Sun Sep 6 14:00:00 2015 mrueckertAATTsuse.de
- update to 3a1c83b

Wed Sep 2 14:00:00 2015 mrueckertAATTsuse.de
- update to a0dd0bf

Tue Sep 1 14:00:00 2015 mrueckertAATTsuse.de
- update to da25abf

Mon Aug 31 14:00:00 2015 mrueckertAATTsuse.de
- update to 9535105

Mon Aug 31 14:00:00 2015 mrueckertAATTsuse.de
- update to 82148fc

Fri Aug 28 14:00:00 2015 mrueckertAATTsuse.de
- update to 71c1ecc

Thu Aug 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 95c8ec5

Wed Aug 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 4d0460f

Tue Aug 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 01406c6

Tue Aug 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 294669c

Mon Aug 24 14:00:00 2015 mrueckertAATTsuse.de
- update to d74d5c4

Mon Aug 24 14:00:00 2015 mrueckertAATTsuse.de
- update to 9c88279

Mon Aug 24 14:00:00 2015 mrueckertAATTsuse.de
- update to ca6fcfd

Fri Aug 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 07d6bb8

Wed Aug 19 14:00:00 2015 mrueckertAATTsuse.de
- update to eafeec5

Tue Aug 18 14:00:00 2015 mrueckertAATTsuse.de
- update to 707c493

Tue Aug 18 14:00:00 2015 mrueckertAATTsuse.de
- update to 1b44924

Tue Aug 18 14:00:00 2015 mrueckertAATTsuse.de
- update to 4c2df81

Sun Aug 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 90388aa

Sun Aug 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 8d66ca7

Sat Aug 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 62fce63

Thu Aug 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 766903c

Wed Aug 12 14:00:00 2015 mrueckertAATTsuse.de
- update to abf269c

Tue Aug 11 14:00:00 2015 mrueckertAATTsuse.de
- update to 750a3ce

Mon Aug 10 14:00:00 2015 mrueckertAATTsuse.de
- update to aa81261

Mon Aug 10 14:00:00 2015 mrueckertAATTsuse.de
- update to 1551ba9

Mon Aug 10 14:00:00 2015 mrueckertAATTsuse.de
- update to 0f62a7f

Mon Aug 10 14:00:00 2015 mrueckertAATTsuse.de
- update to 0889f71

Fri Aug 7 14:00:00 2015 mrueckertAATTsuse.de
- update to 1a6cbd3

Wed Aug 5 14:00:00 2015 mrueckertAATTsuse.de
- update to dbd6099

Tue Aug 4 14:00:00 2015 mrueckertAATTsuse.de
- update to 98fa098

Tue Aug 4 14:00:00 2015 mrueckertAATTsuse.de
- update to 01ad88f

Fri Jul 31 14:00:00 2015 mrueckertAATTsuse.de
- update to 29bdaa0

Fri Jul 31 14:00:00 2015 mrueckertAATTsuse.de
- update to d7aa4e8

Mon Jul 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 46ba4ba

Mon Jul 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 326b281

Sun Jul 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 68a262f

Sun Jul 26 14:00:00 2015 mrueckertAATTsuse.de
- update to d2b59bf

Thu Jul 23 14:00:00 2015 mrueckertAATTsuse.de
- update to 410ae47

Wed Jul 22 14:00:00 2015 mrueckertAATTsuse.de
- update to d46bf24

Wed Jul 22 14:00:00 2015 mrueckertAATTsuse.de
- update to bf7875e

Wed Jul 22 14:00:00 2015 mrueckertAATTsuse.de
- update to ccdcca5

Tue Jul 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 04e9fdc

Mon Jul 20 14:00:00 2015 mrueckertAATTsuse.de
- update to 45e37d5

Sat Jul 18 14:00:00 2015 mrueckertAATTsuse.de
- update to a23a04a

Fri Jul 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 5e38512

Thu Jul 16 14:00:00 2015 mrueckertAATTsuse.de
- update to ee86ae0

Thu Jul 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 35e1b52

Wed Jul 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 00aaa69

Wed Jul 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 7a1694f

Tue Jul 14 14:00:00 2015 mrueckertAATTsuse.de
- update to d87c808

Mon Jul 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 20a3383

Fri Jul 3 14:00:00 2015 mrueckertAATTsuse.de
- update to bcbf538

Thu Jul 2 14:00:00 2015 mrueckertAATTsuse.de
- update to 2d2e2b9

Thu Jul 2 14:00:00 2015 mrueckertAATTsuse.de
- update to 0e74c46

Thu Jul 2 14:00:00 2015 mrueckertAATTsuse.de
- update to 030dc7e

Tue Jun 30 14:00:00 2015 mrueckertAATTsuse.de
- update to 0b9ea43

Tue Jun 30 14:00:00 2015 mrueckertAATTsuse.de
- update to 023ea6c

Mon Jun 29 14:00:00 2015 mrueckertAATTsuse.de
- update to a6d0e4b

Mon Jun 29 14:00:00 2015 mrueckertAATTsuse.de
- update to b9add46

Sun Jun 28 14:00:00 2015 mrueckertAATTsuse.de
- update to 0c40327

Sat Jun 27 14:00:00 2015 mrueckertAATTsuse.de
- update to e04d66a

Fri Jun 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 7dbc259

Fri Jun 26 14:00:00 2015 mrueckertAATTsuse.de
- update to d818f7a

Fri Jun 26 14:00:00 2015 mrueckertAATTsuse.de
- update to bca9191

Thu Jun 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 1edb591

Wed Jun 24 14:00:00 2015 mrueckertAATTsuse.de
- update to a526e76

Sat Jun 20 14:00:00 2015 mrueckertAATTsuse.de
- update to ca42d00

Fri Jun 19 14:00:00 2015 mrueckertAATTsuse.de
- update to 00572c4

Fri Jun 19 14:00:00 2015 mrueckertAATTsuse.de
- update to d12de36

Thu Jun 18 14:00:00 2015 mrueckertAATTsuse.de
- update to f0c74d7

Wed Jun 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 3db7436

Wed Jun 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 56b9528

Wed Jun 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 1aa7cf8

Sun Jun 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 04288c1

Fri Jun 12 14:00:00 2015 mrueckertAATTsuse.de
- update to 34a0389

Fri Jun 12 14:00:00 2015 mrueckertAATTsuse.de
- update to 74e825f

Wed Jun 10 14:00:00 2015 mrueckertAATTsuse.de
- update to ae277e2

Tue Jun 9 14:00:00 2015 mrueckertAATTsuse.de
- update to 90eca69

Tue Jun 9 14:00:00 2015 mrueckertAATTsuse.de
- update to e3f31da

Fri Jun 5 14:00:00 2015 mrueckertAATTsuse.de
- update to a09d893

Thu Jun 4 14:00:00 2015 mrueckertAATTsuse.de
- update to f1637fc

Wed Jun 3 14:00:00 2015 mrueckertAATTsuse.de
- update to 1151b01

Tue Jun 2 14:00:00 2015 mrueckertAATTsuse.de
- update to fa963e8

Mon Jun 1 14:00:00 2015 mrueckertAATTsuse.de
- update to 5735f3b

Mon Jun 1 14:00:00 2015 mrueckertAATTsuse.de
- update to 72f7c26

Mon Jun 1 14:00:00 2015 mrueckertAATTsuse.de
- update to cbc470b

Mon Jun 1 14:00:00 2015 mrueckertAATTsuse.de
- update to e483176

Fri May 29 14:00:00 2015 mrueckertAATTsuse.de
- update to 555b5cb

Thu May 28 14:00:00 2015 mrueckertAATTsuse.de
- update to fe18bdb

Thu May 28 14:00:00 2015 mrueckertAATTsuse.de
- update to 6e8be12

Wed May 27 14:00:00 2015 mrueckertAATTsuse.de
- update to ea8cf1a

Wed May 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 23eadc3

Wed May 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 5890dae

Wed May 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 5de9554

Tue May 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 61e9679

Tue May 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 364437d

Tue May 26 14:00:00 2015 mrueckertAATTsuse.de
- update to d36916c

Tue May 26 14:00:00 2015 mrueckertAATTsuse.de
- update to 39e7a32

Mon May 25 14:00:00 2015 mrueckertAATTsuse.de
- update to b9c7e3b

Mon May 25 14:00:00 2015 mrueckertAATTsuse.de
- update to eaa1afe

Fri May 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 3677c56

Thu May 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 358f5ca

Wed May 20 14:00:00 2015 mrueckertAATTsuse.de
- update to 2b208db

Wed May 20 14:00:00 2015 mrueckertAATTsuse.de
- update to c91634c

Wed May 20 14:00:00 2015 mrueckertAATTsuse.de
- update to 3859273

Tue May 19 14:00:00 2015 mrueckertAATTsuse.de
- update to 00bf7a8

Mon May 18 14:00:00 2015 mrueckertAATTsuse.de
- update to 3f7d693

Sat May 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 7ab8827

Fri May 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 94ca9ed

Fri May 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 764f9b4

Fri May 15 14:00:00 2015 mrueckertAATTsuse.de
- update to d4974b7

Fri May 15 14:00:00 2015 mrueckertAATTsuse.de
- update to 2955507

Fri May 15 14:00:00 2015 mrueckertAATTsuse.de
- update to cb09c0d

Thu May 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 4451c88

Thu May 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 635b31a

Thu May 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 0b62730

Thu May 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 1eeed5f

Wed May 13 14:00:00 2015 mrueckertAATTsuse.de
- update to d90e0fe

Wed May 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 8362993

Tue May 12 14:00:00 2015 mrueckertAATTsuse.de
- update to 1c5ea5d

Tue May 12 14:00:00 2015 mrueckertAATTsuse.de
- update to 7a6aab2

Tue May 12 14:00:00 2015 mrueckertAATTsuse.de
- update to ff227ea

Tue May 12 14:00:00 2015 mrueckertAATTsuse.de
- update to ab80240

Mon May 11 14:00:00 2015 mrueckertAATTsuse.de
- update to 5ef6411

Mon May 11 14:00:00 2015 mrueckertAATTsuse.de
- update to 3a9907f

Mon May 11 14:00:00 2015 mrueckertAATTsuse.de
- update to d337da5

Mon May 11 14:00:00 2015 mrueckertAATTsuse.de
- update to b6357e4

Mon May 11 14:00:00 2015 mrueckertAATTsuse.de
- update to ca89d16

Sat May 9 14:00:00 2015 mrueckertAATTsuse.de
- update to 8c28838

Sat May 9 14:00:00 2015 mrueckertAATTsuse.de
- update to f355579

Fri May 8 14:00:00 2015 mrueckertAATTsuse.de
- update to 4da6124

Thu May 7 14:00:00 2015 mrueckertAATTsuse.de
- update to 8a3a024

Wed May 6 14:00:00 2015 mrueckertAATTsuse.de
- update to c89bef2
- updated rpmlintrc to cover all things we wont change anything
files-duplicate non-etc-or-var-file-marked-as-conffile
hidden-file-or-dir zero-length version-control-internal-file
no-manual-page-for-binary

Tue May 5 14:00:00 2015 mrueckertAATTsuse.de
- update to 2d3a090

Sun May 3 14:00:00 2015 mrueckertAATTsuse.de
- update to 0a06211

Fri May 1 14:00:00 2015 mrueckertAATTsuse.de
- update to 2ead293

Tue Apr 28 14:00:00 2015 mrueckertAATTsuse.de
- update to 4eaee8f

Mon Apr 27 14:00:00 2015 mrueckertAATTsuse.de
- update to 19a89bb

Sat Apr 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 1027059

Sat Apr 25 14:00:00 2015 mrueckertAATTsuse.de
- update to 151b559

Fri Apr 24 14:00:00 2015 mrueckertAATTsuse.de
- update to 2562b61

Fri Apr 24 14:00:00 2015 mrueckertAATTsuse.de
- update to be5a76f

Thu Apr 23 14:00:00 2015 mrueckertAATTsuse.de
- update to 923c164

Thu Apr 23 14:00:00 2015 mrueckertAATTsuse.de
- update to e17ea2e

Thu Apr 23 14:00:00 2015 mrueckertAATTsuse.de
- update to 9bce812

Thu Apr 23 14:00:00 2015 mrueckertAATTsuse.de
- update to fcbfbf2

Wed Apr 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 388f51e

Wed Apr 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 5c7d6e0

Wed Apr 22 14:00:00 2015 mrueckertAATTsuse.de
- update to 8394162

Wed Apr 22 14:00:00 2015 mrueckertAATTsuse.de
- update to c4e813c

Tue Apr 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 405edeb

Tue Apr 21 14:00:00 2015 mrueckertAATTsuse.de
- update to 26693c1

Mon Apr 20 14:00:00 2015 mrueckertAATTsuse.de
- update to 2cdd967

Mon Apr 20 14:00:00 2015 mrueckertAATTsuse.de
- update to 3071650

Mon Apr 20 14:00:00 2015 mrueckertAATTsuse.de
- update to a3b6e3c

Sat Apr 18 14:00:00 2015 mrueckertAATTsuse.de
- update to d16df04

Fri Apr 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 13de577

Fri Apr 17 14:00:00 2015 mrueckertAATTsuse.de
- update to 788b66e

Thu Apr 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 295eebd

Thu Apr 16 14:00:00 2015 mrueckertAATTsuse.de
- update to 4919ec4

Tue Apr 14 14:00:00 2015 mrueckertAATTsuse.de
- update to 32e0241

Tue Apr 14 14:00:00 2015 mrueckertAATTsuse.de
- update to f996b77

Mon Apr 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 334f89c

Mon Apr 13 14:00:00 2015 mrueckertAATTsuse.de
- update to db4c04d

Mon Apr 13 14:00:00 2015 mrueckertAATTsuse.de
- update to 627bd08

Fri Apr 10 14:00:00 2015 mrueckertAATTsuse.de
- update to 0ba2ac9

Wed Apr 8 14:00:00 2015 mrueckertAATTsuse.de
- update to ea87212

Tue Apr 7 14:00:00 2015 mrueckertAATTsuse.de
- update to 6398cd8

Tue Apr 7 14:00:00 2015 mrueckertAATTsuse.de
- no longer require postgresql or redis, those can run potentially
on different machine. we still hook onto them with After= to make
sure we are started after them if they do run locally.

Tue Apr 7 14:00:00 2015 mrueckertAATTsuse.de
- call systemctl daemon-reload to notify it about potentially
changed service files

Mon Apr 6 14:00:00 2015 mrueckertAATTsuse.de
- update to ee3442e

Mon Apr 6 14:00:00 2015 mrueckertAATTsuse.de
- update to 1fd5063

Sat Apr 4 14:00:00 2015 mrueckertAATTsuse.de
- update to 0e6c545

Fri Apr 3 14:00:00 2015 mrueckertAATTsuse.de
- update to 6f63f4f

Fri Apr 3 14:00:00 2015 mrueckertAATTsuse.de
- call puma with bundler

Fri Apr 3 14:00:00 2015 mrueckertAATTsuse.de
- update to 5828ba5

Fri Apr 3 14:00:00 2015 mrueckertAATTsuse.de
- update to a3a6aa9

Thu Apr 2 14:00:00 2015 mrueckertAATTsuse.de
- update to 51a9bc0

Thu Apr 2 14:00:00 2015 mrueckertAATTsuse.de
- update to a51cb6c

Thu Apr 2 14:00:00 2015 mrueckertAATTsuse.de
- update to a764840

Wed Apr 1 14:00:00 2015 mrueckertAATTsuse.de
- rails 4.1.9

Wed Apr 1 14:00:00 2015 mrueckertAATTsuse.de
- update to 0f4a465

Wed Apr 1 14:00:00 2015 mrueckertAATTsuse.de
- update to eec1921

Wed Apr 1 14:00:00 2015 mrueckertAATTsuse.de
- update to 3d0c03b

Mon Mar 30 14:00:00 2015 mrueckertAATTsuse.de
- sync app spec files

Mon Mar 30 14:00:00 2015 mrueckertAATTsuse.de
- update to 5f8bd16

Sun Mar 29 14:00:00 2015 mrueckertAATTsuse.de
- update to 260b94e

Wed Mar 25 13:00:00 2015 mrueckertAATTsuse.de
- update to b4b505d

Wed Mar 25 13:00:00 2015 mrueckertAATTsuse.de
- update to fae489b

Fri Mar 20 13:00:00 2015 mrueckertAATTsuse.de
- update to 640a92c

Tue Mar 17 13:00:00 2015 mrueckertAATTsuse.de
- update to 56e01a7

Tue Mar 17 13:00:00 2015 mrueckertAATTsuse.de
- make the scripts and service files use the 2.2 versioned binaries

Mon Mar 16 13:00:00 2015 mrueckertAATTsuse.de
- drop unicorn dep also in gemfile

Mon Mar 16 13:00:00 2015 mrueckertAATTsuse.de
- use ruby 2.2

Mon Mar 16 13:00:00 2015 mrueckertAATTsuse.de
- drop unicorn requires

Sat Mar 14 13:00:00 2015 mrueckertAATTsuse.de
- update to 4787e73

Mon Mar 9 13:00:00 2015 mrueckertAATTsuse.de
- update to 5b1ee3f

Sun Mar 8 13:00:00 2015 mrueckertAATTsuse.de
- update to 4c41832

Fri Mar 6 13:00:00 2015 mrueckertAATTsuse.de
- update to ea1cd8d

Sun Feb 22 13:00:00 2015 mrueckertAATTsuse.de
- update to a2d9e4c

Thu Feb 19 13:00:00 2015 mrueckertAATTsuse.de
- update to 59a28bf

Mon Feb 16 13:00:00 2015 mrueckertAATTsuse.de
- fix dependencies:
- add 6to5
- move from fastimage to fastimage_discourse

Mon Feb 16 13:00:00 2015 mrueckertAATTsuse.de
- update to 0b45054

Mon Jan 19 13:00:00 2015 mrueckertAATTsuse.de
- update to 2ae3ebc

Thu Jan 15 13:00:00 2015 mrueckertAATTsuse.de
- update to 20d2908

Thu Jan 15 13:00:00 2015 mrueckertAATTsuse.de
- update to beea92a

Fri Jan 9 13:00:00 2015 mrueckertAATTsuse.de
- update to 625c920

Wed Jan 7 13:00:00 2015 mrueckertAATTsuse.de
- update to c02a31d

Thu Dec 25 13:00:00 2014 mrueckertAATTsuse.de
- update to 4dd7610

Wed Dec 17 13:00:00 2014 mrueckertAATTsuse.de
- use ember-source 1.9.0

Wed Dec 17 13:00:00 2014 mrueckertAATTsuse.de
- update to 01904c6

Tue Dec 16 13:00:00 2014 mrueckertAATTsuse.de
- update to 42fb498

Mon Dec 15 13:00:00 2014 mrueckertAATTsuse.de
- update to b1bc474

Mon Dec 8 13:00:00 2014 mrueckertAATTsuse.de
- update to abf6871

Sat Dec 6 13:00:00 2014 mrueckertAATTsuse.de
- update to da4e19a

Fri Dec 5 13:00:00 2014 mrueckertAATTsuse.de
- update to 968064c

Mon Dec 1 13:00:00 2014 mrueckertAATTsuse.de
- update to a3a04e0

Fri Nov 28 13:00:00 2014 mrueckertAATTsuse.de
- update to a85a3da

Mon Nov 24 13:00:00 2014 mrueckertAATTsuse.de
- update to d3510bf

Mon Nov 24 13:00:00 2014 mrueckertAATTsuse.de
- update to 7b0ae70

Mon Nov 24 13:00:00 2014 mrueckertAATTsuse.de
- update to 0111cb4

Fri Nov 21 13:00:00 2014 mrueckertAATTsuse.de
- update to 0847cb5

Thu Nov 20 13:00:00 2014 mrueckertAATTsuse.de
- update to 73041c0

Thu Nov 20 13:00:00 2014 mrueckertAATTsuse.de
- update to 98e8523

Wed Nov 19 13:00:00 2014 mrueckertAATTsuse.de
- update to bb5be56

Fri Nov 7 13:00:00 2014 mrueckertAATTsuse.de
- update to 067f552

Fri Oct 31 13:00:00 2014 mrueckertAATTsuse.de
- update to 22525ff

Thu Oct 30 13:00:00 2014 mrueckertAATTsuse.de
- update to 212b593

Wed Oct 29 13:00:00 2014 mrueckertAATTsuse.de
- update to 44b7082

Tue Oct 28 13:00:00 2014 mrueckertAATTsuse.de
- update to ad46a49

Fri Oct 24 14:00:00 2014 mrueckertAATTsuse.de
- change abi variable

Fri Oct 24 14:00:00 2014 mrueckertAATTsuse.de
- update to da3275e

Wed Oct 22 14:00:00 2014 mrueckertAATTsuse.de
- update to de415b8

Wed Oct 22 14:00:00 2014 mrueckertAATTsuse.de
- update to 0e3c06c

Tue Oct 21 14:00:00 2014 mrueckertAATTsuse.de
- update to d501f00

Mon Oct 20 14:00:00 2014 mrueckertAATTsuse.de
- update to 29b2788

Mon Oct 20 14:00:00 2014 mrueckertAATTsuse.de
- update to 736dd6c

Mon Oct 20 14:00:00 2014 mrueckertAATTsuse.de
- update to 6e0b5f7

Sat Oct 18 14:00:00 2014 mrueckertAATTsuse.de
- update to 37dd05a

Sat Oct 18 14:00:00 2014 mrueckertAATTsuse.de
- update to b77f7ce

Fri Oct 17 14:00:00 2014 mrueckertAATTsuse.de
- remove dead link

Fri Oct 17 14:00:00 2014 mrueckertAATTsuse.de
- update to 10db8f2

Wed Oct 15 14:00:00 2014 mrueckertAATTsuse.de
- update to a34ed4d

Tue Oct 14 14:00:00 2014 mrueckertAATTsuse.de
- update to b8c526c

Mon Oct 13 14:00:00 2014 mrueckertAATTsuse.de
- update to 3a57199

Fri Oct 10 14:00:00 2014 mrueckertAATTsuse.de
- update to d3b268c

Thu Oct 9 14:00:00 2014 mrueckertAATTsuse.de
- update to c1b8943

Thu Oct 9 14:00:00 2014 mrueckertAATTsuse.de
- update to f834a5f

Wed Oct 8 14:00:00 2014 mrueckertAATTsuse.de
- update to d03e811

Wed Oct 8 14:00:00 2014 mrueckertAATTsuse.de
- update to 7ef2f48

Tue Oct 7 14:00:00 2014 mrueckertAATTsuse.de
- update to 305830e

Tue Oct 7 14:00:00 2014 mrueckertAATTsuse.de
- update to c46b9c0

Mon Oct 6 14:00:00 2014 mrueckertAATTsuse.de
- update to e383a8a

Sat Oct 4 14:00:00 2014 mrueckertAATTsuse.de
- update to fa830c8

Thu Oct 2 14:00:00 2014 mrueckertAATTsuse.de
- update to ffae492

Tue Sep 30 14:00:00 2014 mrueckertAATTsuse.de
- update to 872d8fc

Sat Sep 27 14:00:00 2014 mrueckertAATTsuse.de
- update to d0fb8bb

Sat Sep 27 14:00:00 2014 mrueckertAATTsuse.de
- drop the discourse-sidekiq script and replaced it with a service
file
- added unit file for discourse-unicorn
- extracted the extensions loading parts from the migrations into
%{_datadir}/doc/packges/%{name}/discourse.setup.extensions.sql

Fri Sep 26 14:00:00 2014 mrueckertAATTsuse.de
- update to 8d75ab6

Tue Sep 9 14:00:00 2014 mrueckertAATTsuse.de
- update to 4f8dfd8

Fri Sep 5 14:00:00 2014 mrueckertAATTsuse.de
- update to 6650119

Fri Sep 5 14:00:00 2014 mrueckertAATTsuse.de
- package all lock files

Fri Sep 5 14:00:00 2014 mrueckertAATTsuse.de
- refresh patch

Fri Sep 5 14:00:00 2014 mrueckertAATTsuse.de
- update to ca5f361

Thu Sep 4 14:00:00 2014 mrueckertAATTsuse.de
- update to a3863b5

Wed Sep 3 14:00:00 2014 mrueckertAATTsuse.de
- update to 6489c1d

Tue Sep 2 14:00:00 2014 mrueckertAATTsuse.de
- update to 3ebc672

Mon Sep 1 14:00:00 2014 mrueckertAATTsuse.de
- update to 03a7b01

Thu Aug 28 14:00:00 2014 mrueckertAATTsuse.de
- update to a124404

Wed Aug 27 14:00:00 2014 mrueckertAATTsuse.de
- version is now 1.0.0

Wed Aug 27 14:00:00 2014 mrueckertAATTsuse.de
- update to 009dc7d

Tue Aug 26 14:00:00 2014 mrueckertAATTsuse.de
- update to ec04802

Mon Aug 25 14:00:00 2014 mrueckertAATTsuse.de
- update to 0fba445

Mon Aug 25 14:00:00 2014 mrueckertAATTsuse.de
- update to 9b86d15

Mon Aug 18 14:00:00 2014 mrueckertAATTsuse.de
- update to 625c3e2

Mon Aug 18 14:00:00 2014 mrueckertAATTsuse.de
- update to efb8dec

Wed Aug 6 14:00:00 2014 mrueckertAATTsuse.de
- update to 562d2e0

Wed Aug 6 14:00:00 2014 mrueckertAATTsuse.de
- update to 33eca10

Tue Aug 5 14:00:00 2014 mrueckertAATTsuse.de
- added discourse-update a simple script to do the following
things:
cleanup and recompile assets, do db migrations

Tue Aug 5 14:00:00 2014 mrueckertAATTsuse.de
- update to b11b5cb

Mon Aug 4 14:00:00 2014 mrueckertAATTsuse.de
- update to 925a15c

Mon Aug 4 14:00:00 2014 mrueckertAATTsuse.de
- update to cb0ecd9

Fri Aug 1 14:00:00 2014 mrueckertAATTsuse.de
- update to aec9d59

Thu Jul 31 14:00:00 2014 mrueckertAATTsuse.de
- update to 3b46b5e

Thu Jul 31 14:00:00 2014 mrueckertAATTsuse.de
- update to 5a8919e

Tue Jul 29 14:00:00 2014 mrueckertAATTsuse.de
- update to fc22127

Tue Jul 29 14:00:00 2014 mrueckertAATTsuse.de
- update to 5bd1dbd

Mon Jul 28 14:00:00 2014 mrueckertAATTsuse.de
- update to 91f08ad

Mon Jul 28 14:00:00 2014 mrueckertAATTsuse.de
- update to 1e20218
- require imagemagick and not buildrequires

Mon Jul 28 14:00:00 2014 mrueckertAATTsuse.de
- buildrequire imagemagick. needed for image uploads

Mon Jul 28 14:00:00 2014 mrueckertAATTsuse.de
- update to f7c7d38

Fri Jul 25 14:00:00 2014 mrueckertAATTsuse.de
- update to e940723
- in %build we now run bundler to see if our deps are working
- drop dep on rack-cors as upstream dropped it
- added discourse.fix.deps.patch:
- allow a newer version of ember-source
- disable airbrake
- disable test/development sections

Mon Jul 21 14:00:00 2014 mrueckertAATTsuse.de
- initial packge


 
ICM