483 Commits

Author SHA1 Message Date
Claude
341a9dc521 fixing whitespace foo 2016-09-01 08:04:57 +02:00
Claude
e0680194f1 Merge pull request #367 from Zwixx/master
Added the ability to configure the favorite languages
2016-07-05 11:13:43 +02:00
Frantisek Sumsal
00c3cff844 Use TEXT instead of LONGTEXT for PostgreSQL
PostgreSQL doesn't have LONGTEXT type
https://www.postgresql.org/docs/current/static/datatype-character.html
2016-07-04 15:57:20 +02:00
Frantisek Sumsal
a87bdb9d8c Use correct dbdriver for PostgreSQL 2016-07-04 15:57:12 +02:00
Frantisek Sumsal
e3b15762d1 Use TEXT instead of BLOB for PostgreSQL
PostgreSQL doesn't have BLOB type and the most similar
equivalent BYTEA would require several changes in Stikked's
code. Thankfully, TEXT is a suitable alternative in this case.
2016-07-04 14:55:36 +02:00
Christian
fc719bca81 * Added the ability to configure the favorite languages 2016-07-03 18:06:19 +02:00
sthsieh
23e9ad0fd5 update traditional chinese translate 2016-07-01 13:28:46 +08:00
Christian
215571976d BBCode support 2016-06-11 20:01:40 +02:00
John Walker
3a4d15f58b YOURLS support. Issue #358 2016-06-04 13:54:43 -07:00
Zacharias Sdregas
bfaf3856c3 Update date_lang.php
Minor update
2016-04-15 09:10:58 +03:00
Zacharias Sdregas
01c1a8be0f Greek language added 2016-04-05 11:28:44 +03:00
Ridho Muhammad
69c3781da4 Updated Indonesia translation
Updated Indonesia translation and language configuration files
2016-03-16 23:57:19 +07:00
Ridho Muhammad
3b39097e1e Updated Indonesia translation
Updated Indonesia translation and language configuration files
2016-03-16 23:47:34 +07:00
Ridho Muhammad
cc1d9be1d2 Indonesia Translate 2016-03-16 23:43:50 +07:00
Ridho Muhammad
ac32f95da1 Added files via upload
Update geshi.php with php7 fix
2016-03-16 22:03:16 +07:00
Claude
232752683f Merge pull request #310 from teamblueridge/fix-api3
Properly fix 'trending' and 'recent' API bugs
2015-11-20 14:32:23 +01:00
Patrício dos Santos
518dc66a2a Improve portuguese translation 2015-11-20 13:43:56 +01:00
Patrício dos Santos
6e82a029d3 fix 404 error when selecting page in paste replies #317 2015-11-20 13:21:59 +01:00
Liudas Ališauskas
0aa1269fb6 Updated Lithuanian translation and language configuration files 2015-11-18 22:25:36 +02:00
Team BlueRidge
054180f69a Properly fix 'trending' and 'recent' API bugs
Prior fixes either didn't fix these API points or broke the normal
lists. This fix adds check to make sure we're in the right place and
then does a specifc sql query for the API. We should be good now.
2015-10-01 11:28:05 -04:00
Claude
369104c787 fixes #279 2015-09-30 12:39:55 +02:00
Claude
1221a712f3 create new object 2015-09-30 12:24:52 +02:00
Claude
2e7be5e1cb fix the language mess 2015-09-29 12:51:36 +02:00
Claude
1ef3c0b911 pagination lang. fixes #304 2015-09-29 12:21:04 +02:00
Claude
26dbfe0789 Merge branch 'dev' 2015-09-29 10:35:24 +02:00
tivyhosting
584f79408f changed variable names
Changed them to more specified variables, as to not conflict with other possible code.
2015-09-23 18:57:31 -07:00
tivyhosting
2e64ba0dd7 #303 Fix
Fix to issue #303, by using variables for !empty if statement
2015-09-22 17:29:29 -07:00
David Ibarra
cf6b71cd4d Fix issue with RAM consumption during expiry maintenance
Currently, we SELECT * from the pastes table, when all we need is the pid and the expiry.
This causes elevated RAM consumption by Stikked since it has to pull in paste bodies as well.
Make the cron only pull in pid and expiry.
2015-09-16 18:51:26 -05:00
Claude
6026180fa9 its so epic 2015-09-03 16:57:10 +02:00
Claude
c103d8ef52 animation 2015-09-03 16:33:00 +02:00
Claude
44b9cf1e81 Merge branch 'master' into dev 2015-09-03 16:10:10 +02:00
Claude
18ef419bd8 fonts 2015-09-03 16:09:47 +02:00
Claude
f065f7e3a1 config entries for expiring pastes. fixes #214 2015-09-03 13:36:02 +02:00
Claude
da3b080dfa paste expire msg 2015-09-03 13:22:39 +02:00
Claude
0c7b48ada3 boy, i do the versioning! 2015-09-02 14:41:15 +02:00
Claude
ab3afec3f4 sqlite3 support, yiiiha! 2015-09-02 13:15:12 +02:00
Claude
a9c5fee0c6 db must be first initialized before any sessions start 2015-09-02 12:21:57 +02:00
Claude
ef682a2c8b CI 3.x my_loader 2015-09-02 10:26:51 +02:00
Claude
8ffabdb05e -core/Config.php 2015-09-02 10:20:06 +02:00
Claude
7540f11074 allow displaying of the api page 2015-09-02 10:18:15 +02:00
Claude
8ff8b48625 fix file path 2015-09-02 10:14:30 +02:00
Claude
74737ab3d6 ren 2015-09-02 10:08:40 +02:00
Claude
597e2a4732 new routing 2015-09-02 10:07:32 +02:00
Claude
a11b6f76d1 code formatter 2015-09-02 10:00:43 +02:00
Claude
57b2efcfdc -profiler 2015-09-01 22:58:51 +02:00
Claude
f690927e84 codeformatter, time, default-val 2015-09-01 22:56:43 +02:00
Claude
0b040a42d9 captcha check 2015-09-01 22:50:52 +02:00
Claude
570f50bd21 ffuuuu 2015-09-01 22:38:38 +02:00
Claude
245090981d ffuuu 2015-09-01 22:34:07 +02:00
Claude
b2f07844bd sigh 2015-09-01 22:21:09 +02:00