Matthew Barbour
|
826c623538
|
PageMode constants
|
2019-06-18 21:04:31 -05:00 |
|
Shish
|
f078b283bd
|
pull a bunch of small fixes from #659
|
2019-06-14 13:16:58 +01:00 |
|
Shish
|
2396ae2ef9
|
fix a bunch of lints
|
2019-05-28 20:27:23 +01:00 |
|
Shish
|
34b05cca7c
|
PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
|
2019-05-28 17:59:38 +01:00 |
|
Shish
|
5ec3e89884
|
php7.1 all the things
|
2019-05-28 17:31:20 +01:00 |
|
Shish
|
f772b30301
|
fix some tests
|
2018-11-07 15:12:09 +00:00 |
|
Shish
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
Shish
|
7efff25dcc
|
Merge pull request #585 from im-mi/pool-placeholder-text
Don't use javascript for pool search placeholder
|
2016-09-07 23:49:19 +01:00 |
|
im-mi
|
e8c6f655b0
|
Don't use javascript for pool search placeholder
|
2016-09-07 08:43:34 -04:00 |
|
Shish
|
d36338d4c4
|
Merge pull request #582 from im-mi/minor-html-fixes
Minor html fixes
|
2016-09-07 10:31:25 +01:00 |
|
im-mi
|
73ff0e669d
|
Use generic NavBlock instead of "Index" block on pool pages
|
2016-09-06 09:25:08 -04:00 |
|
im-mi
|
ac53fe52de
|
Removed obsolete language specification from <script>
|
2016-09-03 14:26:24 -04:00 |
|
im-mi
|
bb64d12d9d
|
Use TextFormattingEvent instead of raw BBCode formatter
|
2016-09-01 00:35:52 -04:00 |
|
Daku
|
a8d9f8ce5b
|
make sure prev/next links aren't clipped outside the box
|
2016-06-19 11:56:41 +01:00 |
|
Daku
|
caed53de6a
|
jQuery.cookie is deprecated so use js-cookie instead (+ composer), some js tweaking too
Conflicts:
ext/blotter/script.js
ext/handle_pixel/script.js
ext/index/script.js
ext/pools/script.js
lib/shimmie.js
|
2016-06-18 06:27:32 +01:00 |
|
Shish
|
7bc9a73357
|
migrate to a non-deprecated (and dependency-free) cookie library
|
2016-06-18 00:00:02 +01:00 |
|
Shish
|
1ac88e8923
|
more comments
|
2015-09-27 12:38:48 +01:00 |
|
Shish
|
e482f97955
|
more clamping
|
2015-09-26 19:53:15 +01:00 |
|
Shish
|
8c1e3bc92a
|
mark tests as public
|
2015-09-26 11:17:13 +01:00 |
|
Shish
|
c337abe280
|
skip tests for extensions who don't support the current db
|
2015-09-21 10:05:32 +01:00 |
|
Shish
|
fc2bbefcb9
|
test all the things
|
2015-09-20 22:40:04 +01:00 |
|
Shish
|
90cd823ece
|
fix liveness testing, and comments tests
|
2015-09-20 20:05:06 +01:00 |
|
Shish
|
9af5995dcc
|
PHPUnit proof of concept
|
2015-09-20 20:03:29 +01:00 |
|
Shish
|
35a4f385b3
|
phpstorm tidying
|
2015-09-12 11:43:28 +01:00 |
|
Daku
|
ebfcf9389e
|
using links as block title doesn't play nice with .js, so specify ID
blocks use title as ID, which will break if the title is a link
|
2015-08-10 00:45:06 +01:00 |
|
Shish
|
45d090054b
|
set_default_bool should take a bool, always
|
2015-08-08 22:18:25 +01:00 |
|
Shish
|
83435e3266
|
set cookies on Page object
|
2015-08-03 15:49:36 +01:00 |
|
Daku
|
8c2d8df81d
|
use html5 input types
we would use type='url' for source but non-urls can be used as source too
|
2015-04-18 10:39:34 +01:00 |
|
Daku
|
90232b0a4c
|
rename "index" to "pool index" to help differentiate between the two index links
|
2014-05-31 18:20:57 +01:00 |
|
Daku
|
183a2c7ae6
|
docs + added pool:lastcreated metatag which uses the ID of the last pool created by the user
|
2014-05-30 16:04:12 +01:00 |
|
Daku
|
df6b9245ec
|
optional setting to set pool order with the pool metatag
example: pool:10:3 (pool #10 with order 3)
|
2014-05-30 15:21:42 +01:00 |
|
Daku
|
77769d2c17
|
allow setting of image_order via add_post()
|
2014-05-30 15:21:32 +01:00 |
|
Daku
|
bca4fdffa5
|
make sure pool nav & manage pool show when needed
|
2014-05-30 14:41:03 +01:00 |
|
Daku
|
6a14360e7a
|
option to use autoincrementing pool order when post is added
rather than having everything default to 0 order
|
2014-05-30 13:12:34 +01:00 |
|
Daku
|
1dc668ca41
|
main.php shouldn't be generating HTML..
|
2014-05-30 11:55:53 +01:00 |
|
Daku
|
f228a8eb4f
|
pools css should be in it's own folder, not the themes
|
2014-05-30 00:23:12 +01:00 |
|
Daku
|
1dada97adc
|
prev link for pools
|
2014-05-30 00:22:04 +01:00 |
|
jgen
|
b3f9925839
|
PHPDoc all the things!
|
2014-04-28 18:22:57 -04:00 |
|
jgen
|
76fd27f87c
|
Fixing/Cleaning more PHP Doc related issues.
|
2014-04-28 00:56:19 -04:00 |
|
jgen
|
4f51e942be
|
Updating/Fixing/Adding more comments with the PHP Doc style.
|
2014-04-27 15:33:57 -04:00 |
|
jgen
|
1ca3865a1c
|
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
|
2014-04-25 22:54:51 -04:00 |
|
jgen
|
b241390fa4
|
Removing the closing PHP "?>" tag as per style guidelines.
|
2014-04-24 22:34:45 -04:00 |
|
jgen
|
4b90faf89d
|
Even more linting of JS files.
|
2014-04-24 00:55:14 -04:00 |
|
jgen
|
28d83fda0d
|
Even more linting and cleaning.
|
2014-04-19 02:33:34 -04:00 |
|
jgen
|
2da8c19a07
|
More linting!
|
2014-04-19 01:36:18 -04:00 |
|
Shish
|
db5aa56300
|
remove a bunch of dead code
|
2014-03-29 11:44:34 +00:00 |
|
Daku
|
a863072bfb
|
DATETIME > SCORE_DATETIME
fixes #354
|
2014-03-02 18:50:46 +00:00 |
|
jgen
|
cebc197fba
|
Merge branch 'develop' of git://github.com/shish/shimmie2
|
2014-02-23 03:11:09 -05:00 |
|
jgen
|
9892d1f7fd
|
PostgreSQL does not support INDEX() inside the CREATE TABLE method. You must create the index as a separate query. Fortunately MySQL also support this way of doing things as well.
|
2014-02-22 23:02:11 -05:00 |
|
jgen
|
f4f94e6273
|
Merge pull request #379 from DakuTree/patch-2
Misc tweaks/fixes (fixes/closes issue 17 & 323)
|
2014-02-21 13:40:15 -05:00 |
|