swoga
c5b56b47ae
Update de.properties
2013-08-08 16:26:47 +02:00
Athou
15eb00b1ba
new labels
2013-08-07 16:32:13 +02:00
Athou
041b5ad2c0
tweaking display for search results
2013-08-07 16:31:44 +02:00
Athou
ff7458dfc1
make sure statuses are unique
2013-08-06 16:20:50 +02:00
Athou
71403d4174
if under heavy load, don't refresh feeds for users who logged in more than a month ago for the last time
2013-08-01 21:11:45 +02:00
res87th
a7d7335970
Update ru.properties
2013-07-31 22:55:59 -07:00
Gabriel Peixoto
f4a4eab32d
New labels for portuguese translation.
2013-07-31 13:44:00 -03:00
Athou
8ec9705dd6
.gitkeep files not needed
2013-07-30 16:17:16 +02:00
swoga
2d54ec9efb
Added translations to de.properties
2013-07-30 12:33:57 +02:00
Athou
61bdd484d3
Merge pull request #467 from yxd-works/patch-3
...
Update zh.properties
2013-07-29 01:44:57 -07:00
Athou
5fe5b97130
configurable feed refresh interval
2013-07-29 10:40:55 +02:00
YANG Xudong
0f00161b93
Update zh.properties
2013-07-29 11:31:44 +09:00
JKakku
ad28b26e72
Update fi.properties
2013-07-28 21:02:22 +03:00
Athou
8ed58a8aa5
reduce cache size
2013-07-28 16:14:34 +02:00
LpSamuelm
4f1b458458
Translated new labels to Swedish
...
woop woop in da boop
2013-07-28 15:41:58 +02:00
Athou
223c2f464e
index for entry lookup
2013-07-27 17:22:31 +02:00
Athou
60bf96411c
removed unused urlHash field
2013-07-27 15:45:15 +02:00
Athou
3dd4f140e2
refactored the way we handle feed refresh queue
2013-07-27 15:45:03 +02:00
Athou
4b080510e7
new label
2013-07-27 11:22:04 +02:00
Athou
37437877e1
option to force refresh all feeds
2013-07-27 11:21:26 +02:00
Athou
e8bfecc07d
Merge pull request #461 from Athou/statuses-revamp
...
Statuses revamp
2013-07-26 06:23:06 -07:00
Athou
9cdc364fde
index title hash
2013-07-26 08:15:23 +02:00
Athou
9bac3f424f
index for faster status deletes
2013-07-25 09:12:45 +02:00
Athou
645164997d
move author to content
2013-07-24 15:50:05 +02:00
Athou
c2b53b117c
remove many to many relationship between entries and feeds
2013-07-24 15:40:59 +02:00
JKakku
1498e24037
Update fi.properties
...
Added version label
2013-07-24 15:41:34 +03:00
Athou
fdacac74cc
cleanup unneeded statuses
2013-07-24 12:13:18 +02:00
Athou
d95e1522d8
less database calls
2013-07-23 16:19:19 +02:00
Athou
150920e0c8
delete old statuses
2013-07-23 15:27:56 +02:00
Athou
e9cc6fd518
add index in order to be able to count unread entries without join
2013-07-21 12:37:34 +02:00
Athou
9ae9238244
new label
2013-07-21 11:41:30 +02:00
Athou
60c64ce900
display app version
2013-07-21 11:40:32 +02:00
Athou
16a4bae65c
add generated properties to display current version number
2013-07-19 16:30:27 +02:00
Athou
079345b2e0
refactored the way entries and statuses are fetched
2013-07-19 11:30:40 +02:00
Athou
85a353b872
restore old query as it uses indexes
2013-07-17 22:30:45 +02:00
Athou
9261763b24
fix unread count query ( #442 )
2013-07-17 06:08:52 +02:00
JKakku
ee80d88c13
Tweaking the latest Finnish translation
...
Changed view.entry_source to a more appropriate translation in the context.
2013-07-16 16:34:49 +03:00
JKakku
d2e3cb129c
Update fi.properties
2013-07-16 16:06:34 +03:00
JKakku
785b4f688c
Update fi.properties
...
Not entirely sure about the view.entry_source translation, as I couldn't find it in the actual interface.
2013-07-16 16:05:02 +03:00
Athou
f2ab523dbb
join not needed anymore
2013-07-16 08:57:16 +02:00
Alexander Bus
006751507f
Updated ru.properties
2013-07-16 02:04:53 +07:00
Athou
1e6077bc98
removed unused index on non-hash column
2013-07-15 13:47:05 +02:00
Athou
41e14d97f6
add valid checksums
2013-07-15 07:25:58 +02:00
Athou
a38dd64299
Merge pull request #432 from MageFroh/db-fix
...
Fix a few issues related to recent database changelog updates
2013-07-14 22:20:12 -07:00
MageFroh
cfb1b2b70e
Updates in fr translations:
...
- Translate new strings
- entrée --> article
- étoile --> favori
2013-07-14 17:00:09 +01:00
MageFroh
6b75284593
For some reason, liquibase was rejecting denormalize-statuses changeset
...
It failed validation due to missing checksum.
2013-07-14 16:10:19 +01:00
MageFroh
2f779cbd9d
pgSQL rejected the update lines in populate-status-xxx change sets
...
Error executing SQL update FEEDENTRYSTATUSES s SET s.entryUpdated = (select e.updated from FEEDENTRIES e where e.id = s.entry_id):
ERROR: column "s" of relation "feedentrystatuses" does not exist
2013-07-14 16:10:19 +01:00
MageFroh
2bc53bd2e1
HSQLDB apparently requires a default value when a column is marked NOT NULL and already exists
...
Change Set changelogs/db.changelog-1.1.xml::denormalize-statuses failed.
Error executing SQL ALTER TABLE FEEDENTRYSTATUSES ADD user_id BIGINT NOT NULL
default expression needed in statement [ALTER TABLE FEEDENTRYSTATUSES ADD user_id BIGINT NOT NULL]
2013-07-14 16:10:19 +01:00
Athou
06257be8fc
add valid checksum
2013-07-14 07:19:14 +02:00
Athou
5946837258
Merge pull request #429 from Athou/denormalized
...
Denormalized
2013-07-13 22:15:31 -07:00