748 Commits

Author SHA1 Message Date
Jason Y. Lee
998904e589 Use the defined $TABLE variable 2015-08-13 09:42:12 -07:00
Franklyn Tackitt
40a22a4686 Fix #235, db_prefix causes Recent and Trending to break 2015-08-10 10:56:37 -07:00
Liudas Alisauskas
e708e168ec Added Lithuanian translations 2015-07-21 14:17:39 +03:00
Aleksandar Puharic
aa74dc2718 Fixed reCaptcha not loaded
Fixed reCaptcha bug which was causing reCaptcha to not be loaded if site is loaded over SSL.
2015-06-12 22:59:17 +02:00
PJanisio
d55e065896 Burn on pastes delete and stikkedizr theme fix
Cron used to delete all pastes with toexpire set to 1. Burn on read
pastes had this param set by default to 1 also, so they get removed even
if unreaded.

Stikkedizr theme updated for dynamic width for different devices.
2015-05-26 21:02:06 +02:00
Benjamin Townsend
688ef4a0f5 fixed responsive issues for bootstrap theme
added proper viewport meta tag
2015-04-23 14:13:13 -04:00
Claude
59c93e8faa encode quotes
fixes #248
2015-01-27 13:53:12 +01:00
Claude
64a5a097d1 search optimisation 2015-01-27 13:49:40 +01:00
Claude
9ea9327a1d don't use google captcha on encrypted pastes 2015-01-27 13:41:09 +01:00
Claude
6b1b787023 apply codeformatter 2015-01-27 13:24:13 +01:00
Claude
ce412d56a4 Merge pull request #246 from teamblueridge/fix-api2
Fixing Trending & Recent API bug
2015-01-27 13:23:03 +01:00
Claude
dee7d7f2d3 Merge pull request #247 from mathur/master
Add back Android logcat syntax highlighting support
2015-01-27 13:22:25 +01:00
Claude
39d665615a schemamigration: expand titles to 50 chars 2015-01-27 13:19:20 +01:00
Claude
795543d5c2 Merge pull request #252 from The-Compiler/title-width
Change maximum title length to 50 in all themes.
2015-01-27 13:09:12 +01:00
Claude
ea3145d2fe css fix for new captcha 2015-01-27 13:04:27 +01:00
Claude
97dbfa30e4 Merge pull request #239 from modInfo/captcha
Google new recaptcha
2015-01-27 12:57:34 +01:00
Florian Bruhin
c61812cb98 Change maximum title length to 50 in all themes.
See #251.
2015-01-26 06:39:04 +01:00
Rohan Mathur
afc6653166 Add back Android logcat syntax highlighting support
The php file was removed with commit 1e3515ae30a76356bc7d350bf4199391796c410f
Add it back
2015-01-09 14:24:00 -05:00
filereal
8d7ff6ce46 Fixing Trending & Recent API bug
Fixed Trending & Recent API bug

Fixing Trending & Recent API bug

Fixed Trending & Recent API bug
2015-01-06 22:00:26 -05:00
PJanisio
f74601aeaf Update dynamic language for danish lang
To work with get parameter ?lang=da
2014-12-28 12:18:39 +01:00
Claude
2ca5da89d5 Merge pull request #238 from HyperHCl/patch-1
Translation docs typo fix and translation update
2014-12-28 10:19:52 +01:00
Mikael Kjaer
1342df6be3 Danish language added 2014-12-28 02:33:31 -05:00
Sebastian Korotkiewicz
dd99aea804 add curl library for captcha validation 2014-12-23 11:56:25 +01:00
Sebastian Korotkiewicz
f4fb3e8d52 new google captcha 2014-12-22 21:55:00 +01:00
Sebastian Korotkiewicz
b6d373573b add new google captcha 2014-12-22 21:53:44 +01:00
W Asd
32a1e8daea Update stikked_lang.php 2014-12-12 18:04:09 +08:00
W Asd
db491d7521 Update stikked_lang.php 2014-12-12 17:56:47 +08:00
W Asd
554a46cbe5 Update stikked_lang.php 2014-12-12 17:56:34 +08:00
W Asd
dbc1fe0f83 Update zh_Hans Translation. 2014-12-12 17:52:46 +08:00
W Asd
bbf9b8b589 Update zh_Hant Translation. 2014-12-12 17:52:40 +08:00
PJanisio
8ad363e2ea Bootstrap qrcode fix
Issue #133 continuation.
2014-11-26 18:31:13 +01:00
PJanisio
1600ad503f %s variable in further files update 2014-11-17 21:50:43 +01:00
PJanisio
192b2d3ada Translations update, variable %s fix
-french translation update thx to @wushepeng
-missing connection between %s variable and theme files fixed
-all themes updated (shitty work - last time ;))
-polish translation slightly updated
2014-11-17 21:08:42 +01:00
Claude
c9bb1cadee reverting commit ece1130 2014-11-17 12:09:31 +01:00
PJanisio
09851c5709 Hardcoded paths fix
using APPPATH instead of regular dir name.
2014-11-16 20:01:08 +01:00
PJanisio
6cc7ba2e92 Fixed headers already send (editor trash in code)
In geshi_languages.php editor saved trash by choosing UTF-8 coding.
Should use UTF-8 without BOM instead. With this issue all image related
headers were not seen (captcha, qr codes).
2014-11-12 20:08:33 +01:00
PJanisio
62a663fb3d Typo fix.
Thanks @glensc.
2014-11-11 16:33:51 +01:00
PJanisio
1e3515ae30 GeShi update to Version 1.0.8.12
https://github.com/GeSHi/geshi-1.0/blob/master/src/docs/CHANGES
2014-11-11 16:29:14 +01:00
PJanisio
ece1130fe8 Issue #205 removable shortcut checkbox in config
Added new $config['remove_shorturl_checkbox''].
All themes has been updated.
2014-11-11 14:57:37 +01:00
PJanisio
79f0b4882f Fixed harcoded path to application
Codeigniter gives possibility to change system and application directory
name. Give it a chance :)
2014-11-10 22:27:59 +01:00
PJanisio
af580ef683 Allow sitemaps and google veryfication html
Change in rewrite conditions in .htaccess.
2014-11-09 10:58:51 +01:00
PJanisio
2135869d86 Stikkedizr QR fix
One more time ;)
2014-11-08 16:23:53 +01:00
PJanisio
a2ba85a287 Keep forever as default, visual fix 2014-11-08 16:21:22 +01:00
PJanisio
f694c193bf Missing exp forever. 2014-11-08 16:09:58 +01:00
PJanisio
11e738fb04 Stikkedizr QR and paste time fix
Fix qr image on the paste page, additional fix of the paste time
(missing language definition)
2014-11-08 16:05:58 +01:00
Sebastian Korotkiewicz
a039e01df4 dynamic language 2014-10-26 17:07:49 +01:00
Sebastian Korotkiewicz
b69c6650f0 Support for dynamically language setting 2014-10-26 16:59:35 +01:00
Sebastian Korotkiewicz
5fc2e7697a Added Polish language translation 2014-10-26 02:41:52 +02:00
Frantisek Sumsal
b6d705c147 Added LIMIT-OFFSET clause for compatibility with PostgreSQL
http://www.postgresql.org/docs/current/static/sql-select.html#SQL-LIMIT
2014-10-01 12:27:33 +02:00
Claude
50dc9ab1dd Merge branch 'master' of github.com:claudehohl/Stikked 2014-09-30 18:13:54 +02:00