Akshay
|
7ef61144e7
|
Avoid using to_s when performing String Interpolation
|
2014-08-14 23:55:27 +05:30 |
Régis Hanol
|
d0095ce041
|
FEATURE: migrate vanilla importer to new import architecture
|
2014-08-11 18:44:17 +02:00 |
Sam
|
c1cbf1b269
|
PERF: new table used for title similarity search
|
2014-08-08 15:50:26 +10:00 |
Sam
|
ae2d80501a
|
PERF: run full vacuum every 90 days (during migration)
Will reclaim space and improve perf
|
2014-08-07 11:07:30 +10:00 |
Robin Ward
|
436ea982ae
|
TYPO: Missing comma
|
2014-08-01 17:29:20 -04:00 |
Robin Ward
|
3c66e48573
|
TESTS: Remove `URL_FIXTURES` constant for pretender
|
2014-08-01 17:27:01 -04:00 |
Neil Lalonde
|
b942436d7b
|
FIX: rescue from I18n.locale = nil when trying to seed db
|
2014-07-28 12:40:00 -04:00 |
Neil Lalonde
|
5a33e6f00c
|
Move FAQ, Terms of Service, and Privacy Policy into topics in the Staff category. First post of those topics will be rendered on their respective pages. Site settings and content are not used for these documents anymore. Translations of the default text is moved into the standard YML files.
|
2014-07-25 14:41:20 -04:00 |
Sam
|
a2a78fbad1
|
FIX: rake admin:create suggests better name
FIX: rake admin:create ensures account active
|
2014-07-16 17:55:08 +10:00 |
Arpit Jalan
|
48940b9bbe
|
Refactor admin create task
|
2014-07-07 16:58:23 +05:30 |
Arpit Jalan
|
7cb67b028d
|
Update admin create task
|
2014-07-02 13:30:38 +05:30 |
Arpit Jalan
|
cd07bf5611
|
Update admin rake task
|
2014-07-02 02:03:02 +05:30 |
Régis Hanol
|
462532dfdb
|
OOOPS: I CAN'T CODE (:fired:)
|
2014-06-27 00:04:48 +02:00 |
Régis Hanol
|
c0cd109e9d
|
TRIVIAL: code formatting
|
2014-06-26 19:50:29 +02:00 |
Régis Hanol
|
87c0c5d6f9
|
TRIVIAL: we might run the task after disabling s3 storage
|
2014-06-25 23:16:04 +02:00 |
Régis Hanol
|
610f2dabd1
|
BUGFIX: actually clean up all avatar thumbnails
|
2014-06-25 23:06:15 +02:00 |
Régis Hanol
|
bdb6032c11
|
FEATURE: rake task to migrate uploads from S3 to local storage
|
2014-06-24 15:35:15 +02:00 |
Régis Hanol
|
6b607d0d3b
|
FEATURE: rake task to clean up all the avatar thumbnails
|
2014-06-23 16:57:21 +02:00 |
Sam
|
51709a0a27
|
BUGFIX: don't require env if its not needed
|
2014-06-20 10:55:16 +10:00 |
Sam
|
5443734a1f
|
Refactor: allow running js or ruby tests only
|
2014-06-20 09:27:09 +10:00 |
Sam
|
d4cf0a58e3
|
oops should be HEAD
|
2014-06-19 17:04:02 +10:00 |
Sam
|
457429ccf1
|
bad style
|
2014-06-19 15:51:08 +10:00 |
Sam
|
0c2d346455
|
Optimisations to docker test script
|
2014-06-19 15:35:24 +10:00 |
Sam
|
a3e3de4735
|
Allow to pass commit hash to tester
|
2014-06-19 15:11:55 +10:00 |
Sam
|
91d21e6ff0
|
Work in progress, standalone docker test
|
2014-06-18 17:31:25 +10:00 |
Neil Lalonde
|
17f0777d14
|
For heroku, check if necessary table exist before trying to precompile assets
|
2014-06-12 14:41:45 -04:00 |
Neil Lalonde
|
d4b8581fbe
|
FIX: avatars:refresh job calling undefined method
|
2014-06-06 16:48:17 -04:00 |
Sam
|
3767080f3b
|
Added rake task to normalize code
|
2014-06-06 14:08:39 +10:00 |
Sam
|
fa6f22dd39
|
Move letter avatars out of upload system
FIX: S3 issues around system avatars
FIX: reduced backup file size
|
2014-05-30 14:45:55 +10:00 |
Neil Lalonde
|
d69472c9fb
|
FIX: production css digest not changing
|
2014-05-29 15:42:50 -04:00 |
Sam
|
f6753d3d46
|
FEATURE: automatically rebake out-of-date posts
|
2014-05-28 12:30:57 +10:00 |
Sam
|
2791852bd8
|
FEATURE: ability to regenerate system avatars as needed
BUGFIX: made system letter avatar more thinner for less block look
|
2014-05-28 12:30:57 +10:00 |
Sam Saffron
|
e91f944851
|
BUGFIX: rake task for creating an admin was not activating the account
|
2014-05-27 12:39:15 +10:00 |
Sam
|
6c1c8be794
|
Work in progress, keeping avatars locally
This introduces a new model to store the avatars and 3 uploads per user (gravatar, system and custom)
user can then pick which they want.
|
2014-05-27 10:08:03 +10:00 |
Sam
|
fad868c78f
|
Bump hashes on various files
Upgrade jquery
I made this commit cause my JS debugging CDN support added a header and
wanted we bump cache everywhere
|
2014-05-15 15:52:09 +10:00 |
Régis Hanol
|
fc048f067f
|
BUGFIX: ooops, forgot a comma :(
|
2014-05-14 19:48:20 +02:00 |
Régis Hanol
|
90edaec9f0
|
BUGFIX: make sure we properly set topics.last_posted_at when importing from Vanilla
|
2014-05-14 19:46:47 +02:00 |
Neil Lalonde
|
c4d3aa3d47
|
Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline.
|
2014-05-14 10:18:12 -04:00 |
Neil Lalonde
|
35547295bd
|
Remove welcome.rake. Seed data handles this now.
|
2014-05-01 11:52:38 -04:00 |
Robin Ward
|
0528b408a3
|
Add an integration test for the new Ember 404 route
|
2014-04-29 15:29:13 -04:00 |
Régis Hanol
|
1a7ef2ae64
|
FEATURE: pre/code tags support in vanilla import
|
2014-04-25 20:07:21 +02:00 |
Sam
|
913c4f7b6e
|
BUGFIX: caching sass is not valid due to "import" being used
|
2014-04-23 17:04:25 +10:00 |
Régis Hanol
|
2f08832cb7
|
FEATURE: handle 2 levels of categories in vanilla import
|
2014-04-19 00:59:20 +02:00 |
Régis Hanol
|
ba0084edee
|
FEATURE: vanilla import
|
2014-04-18 18:42:31 +02:00 |
Sam
|
6daef624c3
|
BUGFIX: smoke test was broken
|
2014-04-10 16:57:23 +10:00 |
Vikhyat Korrapati
|
8c129e480a
|
Always use DiscourseSassImporter, add optional sprockets deps tracking.
|
2014-04-09 19:17:19 +05:30 |
Sam
|
d71f62a9f9
|
Merge pull request #2180 from tomciopp/master
More idiomatic approach to finding drafts
|
2014-04-08 16:46:24 +10:00 |
Robin Ward
|
b9799a886d
|
Thor task to enqueue a backfill of topic links
|
2014-04-07 15:23:30 -04:00 |
Neil Lalonde
|
d91a72a791
|
Allow rebaking posts for only one site in multisite. Use RAILS_DB.
|
2014-04-04 11:11:05 -04:00 |
Vikhyat Korrapati
|
45a23f524a
|
Fix asset precompilation issues.
|
2014-04-01 23:05:17 +05:30 |