Commit Graph

1480 Commits

Author SHA1 Message Date
Athou
f4dd989b04 cleanup 2013-07-17 09:14:51 +02:00
Athou
3f21cab0f3 fix subtome requesting local storage permission on firefox (fix #439) 2013-07-17 07:19:47 +02:00
Athou
45f28f8cea workaround not needed anymore with liquibase 3.0.2 2013-07-17 06:13:31 +02:00
Athou
9261763b24 fix unread count query (#442) 2013-07-17 06:08:52 +02:00
Athou
d304f80897 Merge pull request #441 from JKakku/patch-3
Tweaking the latest Finnish translation
2013-07-16 06:36:13 -07: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
Athou
2e1c78a5de Merge pull request #440 from JKakku/patch-2
Updated Finnish translation
2013-07-16 06:24:26 -07: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
Athou
b53df4a031 Merge pull request #437 from BusKing/patch-2
Updated ru.properties
2013-07-15 20:37:31 -07: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
Athou
10ce08d699 Merge pull request #433 from MageFroh/fr-translations
Updates in fr translations:
2013-07-14 22:18:36 -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
Athou
46982b6e0a fix theme 2013-07-14 06:55:49 +02:00
Athou
29ed2a40e4 changed indexes 2013-07-14 06:46:48 +02:00
Athou
e54754b31a add valid checksums (#428) 2013-07-14 06:02:31 +02:00
Athou
24ee418f3f denormalized fields on statuses for faster queries 2013-07-14 05:48:47 +02:00
Athou
d19ecf71a1 Merge pull request #425 from ekovi/patch-2
added new theme
2013-07-13 12:27:46 -07:00
Athou
e56b698140 Merge pull request #426 from ekovi/patch-3
new theme
2013-07-13 12:27:37 -07:00
Athou
2a17e927fa Merge pull request #427 from ekovi/patch-4
added new theme
2013-07-13 12:27:25 -07:00
ekovi
92bf28157f added new theme 2013-07-13 20:02:30 +02:00
ekovi
2bd9f268af new theme 2013-07-13 20:00:31 +02:00
ekovi
b5df13daa7 added new theme 2013-07-13 19:58:23 +02:00
Athou
ca9c10a1d3 Merge pull request #423 from Koaieus/patch-1
Update nl.properties
2013-07-13 07:16:09 -07:00
Koaieus
3b7e0becd4 Update nl.properties
Contact me if you think something is wrong.
2013-07-13 16:07:58 +02:00
Athou
73b757a4ac use less joins 2013-07-12 15:42:07 +02:00
Athou
6588b510a0 utf8mb4 is not available on openshift (#309) 2013-07-12 01:32:47 +02:00
Athou
e02532aa7b use title if text is empty (fix #419) 2013-07-11 13:35:58 +02:00
Athou
0eef8d70ad remove warnings 2013-07-11 09:43:07 +02:00
Athou
bd6fd24e67 fix #395 2013-07-11 09:30:32 +02:00
Athou
25a3d1bb02 plugin update 2013-07-11 09:30:10 +02:00
Athou
7804e3be2c delete sample test 2013-07-11 09:20:07 +02:00
Athou
d1565dc9fd create unique index on user_id (fix #400) 2013-07-11 09:19:50 +02:00
Athou
a88098116f feed fetching now uses POST (fix #418) 2013-07-11 09:10:46 +02:00
Athou
63185fc7a6 Merge pull request #417 from ebraminio/master
Fixing a bidi problem on titles
2013-07-10 23:11:51 -07:00
Ebrahim Byagowi
315d5705cc Using unicode-bidi instead of lrm
* It is less hackish than lrm but please refactor bidi-embed if needed
* lrm was making an extra space for all, so this is fixup for it
2013-07-11 10:07:47 +04:30
Athou
93ac963351 remember last category used 2013-07-10 17:02:41 +02:00
Athou
244261917c create content hash index 2013-07-10 15:38:23 +02:00
Athou
10e033559f Merge pull request #415 from LpSamuelm/patch-15
Translated new labels to Swedish
2013-07-10 06:26:12 -07:00
LpSamuelm
ea00ce3705 Translated new labels to Swedish 2013-07-10 15:22:36 +02:00
Athou
be4b15be70 admin cleanup interface 2013-07-10 15:15:31 +02:00