Albert Yi
bc4010fe6c
when PostKeeperManager.check_and_update fails, retry ( fixes #3699 )
2018-05-09 17:09:20 -07:00
Albert Yi
f2adbba241
switch postarchive to use belongs_to_updater ( fixes #3629 )
2018-04-13 12:29:48 -07:00
BrokenEagle
d829ab3a00
Move all order logic to models
...
- Have a default order for each model
-- The overall default is ID DESC
- Allow for custom orderings
-- When comma-separated IDs are used
2018-01-29 11:42:53 -08:00
evazion
0ca726802f
Fix #3430 : Accept the search[id] param in all controllers.
...
* Allow every controller to take the `search[id]` param.
* Parse the `search[id]` param the same way that the `id:<N>` metatag is
parsed. So `search[id]=1,2,3`, `search[id]=<42`, `search[id]=1..10`, for
example, are all accepted.
2017-12-17 17:36:52 -06:00
evazion
fd9dc6f647
expunge: decrement upload and note/post update counts ( fix #2062 ).
2017-09-13 13:29:35 -07:00
evazion
c1834ab8dd
Inherit models from ApplicationRecord instead of ActiveRecord::Base.
2017-06-16 13:28:31 -05:00
r888888888
4a07848b6d
add prefix for sqs message group id
2017-06-13 16:36:39 -07:00
r888888888
efe5e0e95e
add message group id for post archives
2017-06-13 16:35:01 -07:00
evazion
02b3622f12
api: allow search[*_id] params to accept lists of ids in more places.
2017-05-23 15:45:40 -05:00
r888888888
9757700ec7
fix post archive presenter
2017-05-02 15:57:42 -07:00
r888888888
e96e9c0105
fix for post archive presenter
2017-05-02 15:50:58 -07:00
r888888888
25b2f73546
fix for post archive presenter
2017-05-02 15:47:22 -07:00
r888888888
caf9281e3e
fixes #2950
2017-05-02 15:40:17 -07:00
evazion
086b520dcc
archives: raise exception if not configured.
2017-04-05 01:17:03 -05:00
evazion
1ae5b7ba2f
post archives: fix N+1 problem when fetching previous version.
2017-04-03 15:03:26 -07:00
r888888888
23da9c6f89
fixes #2911
2017-03-21 13:56:48 -07:00
r888888888
43f31529d7
fixes #2920 : "Undo" function not working for Post Versions
2017-03-09 11:44:28 -08:00
evazion
3db7244109
post_archive.rb: readd associations.
2017-03-02 17:45:16 -06:00
r888888888
27f7f4f12e
remove postarchive export method
2017-02-28 16:50:51 -08:00
r888888888
a90a1bd895
fix boolean checks in postarchive
2017-02-27 15:41:45 -08:00
r888888888
16cd879e08
potential fix for #2900 : Post Versions JSON API failure - undefined method join
2017-02-27 15:22:15 -08:00
r888888888
e699684c61
add css for highliting a specific forum post
2017-02-21 13:40:52 -08:00
Albert Yi
5404c1d231
implement postarchive
2017-02-21 13:40:52 -08:00
r888888888
2e69cd619e
resize medium + small artstation urls also
2017-02-06 15:22:06 -08:00
evazion
74bbd45cdf
dotenv: enable overriding database settings.
2017-01-23 18:07:52 -06:00
Albert Yi
63d5c7900d
enable bulk reverts, fixes to postarchive
2017-01-11 16:20:04 -08:00
Albert Yi
962f5b3dae
fix typo
2017-01-11 14:43:36 -08:00
Albert Yi
0ab45ebc42
add postarchive model, fixes #2831 : Replace Subscriptions Link With Search:All Link
2017-01-11 11:39:14 -08:00