Shish
|
b568933f45
|
remove extension metadata comments (we have metadata objects now)
|
2019-11-02 20:19:09 +00:00 |
|
Matthew Barbour
|
6b030c00eb
|
Constants for index config
|
2019-10-18 16:26:11 +01:00 |
|
Shish
|
a6bb15d859
|
formatting
|
2019-09-29 14:30:55 +01:00 |
|
Matthew Barbour
|
de98e86938
|
ExtensionInfo conversions what have I done
|
2019-08-07 15:40:01 -05:00 |
|
Matthew Barbour
|
a18589ee0a
|
Help extension
Provides foundation for help pages that are generated from loaded extensions, starting with comprehensive search documentation. Addresses #522
|
2019-08-05 09:03:49 -05:00 |
|
Matthew Barbour
|
00464d2579
|
Implemented a nav link generating system so that extension power what shows up in the menus rather than being hard-coded in the themes.
|
2019-08-05 09:01:20 -05:00 |
|
Matthew Barbour
|
972b68bdd3
|
Setup constants
|
2019-08-05 09:00:23 -05:00 |
|
Matthew Barbour
|
cb1e9c0075
|
Permissions to constants
|
2019-08-01 08:07:05 -05:00 |
|
Matthew Barbour
|
826c623538
|
PageMode constants
|
2019-06-18 21:04:31 -05: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
|
f31dabce20
|
show number of up/down votes on user page
|
2018-07-20 01:29:38 +01:00 |
|
Shish
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
Shish
|
6febdec7b5
|
more explicit variable types
|
2016-06-19 23:05:57 +01:00 |
|
Daku
|
43d0a297b8
|
move metatag parsing to after set_tags is sent, rather than before
|
2015-10-08 18:58:52 +01:00 |
|
Daku
|
23b9d7d8da
|
improved metatag regex
|
2015-10-08 18:03:45 +01:00 |
|
Shish
|
d30665d274
|
more deduping
|
2015-09-27 21:09:27 +01:00 |
|
Shish
|
1ac88e8923
|
more comments
|
2015-09-27 12:38:48 +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
|
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 |
|
Shish
|
18490ed488
|
more global removal
|
2015-08-02 20:39:41 +01:00 |
|
Shish
|
9a28f0f51a
|
split vote recounting on user deletion into chunks
|
2015-05-18 23:40:21 +01:00 |
|
Shish
|
ccfc22aa8b
|
make block placement more explicit
|
2014-10-10 22:19:54 +01: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
|
3e899710d7
|
Stop scrutinizer from complaining here.
|
2014-04-25 17:40:42 -04:00 |
|
jgen
|
bcd3f991de
|
Removing the closing PHP "?>" tag as per style guidelines.
|
2014-04-25 17:34:20 -04:00 |
|
Shish
|
7b68d8ebfd
|
use new-style constructors everywhere
|
2014-03-22 09:00:59 +00:00 |
|
Daku
|
d675827173
|
order[=|:]random_#### metatag
possible replacement for random_list ext?
|
2014-02-24 19:54:15 +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 |
|
Daku
|
e8607ab6f2
|
cleaned up popular_by pages
my old code was so messy :<
|
2014-02-16 02:29:16 +00:00 |
|
Daku
|
eb16ab09ed
|
order images sorted by score
this is solution for issue #17 (Method to sort by top scored images in numeric_score module)
|
2014-02-16 02:28:39 +00:00 |
|
Daku
|
16bb38f343
|
onSearchTermParse regex should be case insensitive
|
2014-02-15 21:26:31 +00:00 |
|
Daku
|
6e54580f56
|
check for permissions
|
2014-02-05 14:11:03 +00:00 |
|
Daku
|
d19e7fff7b
|
vote[=|:](up|down|remove) metatag
|
2014-02-01 09:54:33 +00:00 |
|
Daku
|
325da11119
|
artist/comment/numeric_score metatags now work using :
also updated docs
|
2014-01-13 09:13:56 +00:00 |
|
Daku
|
85880804d2
|
have theme.php manage block creation
so themes can move/remove if they wish
|
2013-12-31 08:22:58 +00:00 |
|
Shish
|
07304861f3
|
log IDs of things
|
2013-08-30 00:19:46 +01:00 |
|
Shish
|
b9a00e4c28
|
this doesn't work
|
2013-07-07 03:24:21 +01:00 |
|
Shish
|
bc253eef04
|
load list of voters in-place with ajax
|
2013-07-06 10:42:25 +01:00 |
|
kenshiros
|
455bf795de
|
fix numeric_score to use make_link for user profile links
|
2013-04-07 07:30:38 -04:00 |
|
Shish
|
239e028662
|
flash messages everywhere~
|
2012-06-10 04:21:03 +01:00 |
|
Shish
|
03795e7d1c
|
if user has no votes, don't delete all their votes
|
2012-04-05 15:20:04 +01:00 |
|
Shish
|
678215e4bd
|
width / height were never used individually, now just have images
|
2012-04-01 17:47:39 +01:00 |
|
Shish
|
75abdc7c04
|
store enabled exts in a config file, rather than moving directories around
|
2012-03-31 19:07:05 +01:00 |
|
Shish
|
67f1c1c51d
|
store enabled exts in a config file, rather than moving directories around
|
2012-03-31 18:59:28 +01:00 |
|