Shish
|
3631084afd
|
format
|
2020-01-26 16:38:26 +00:00 |
|
Shish
|
9eb5acf2dc
|
use strict types
|
2020-01-26 16:27:56 +00:00 |
|
Shish
|
70db0ce5bd
|
flash_message -> page->flash, with no cookies
|
2019-12-15 19:47:18 +00:00 |
|
Shish
|
cb29d07ecc
|
get rid of exists(), because rowCount doesn't work consistently
|
2019-12-10 01:17:14 +00:00 |
|
Shish
|
6486bb95da
|
name_to_id
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
247cfcbd77
|
Avoid shadowing global variable
When we aren't referencing the current `global $user`, we should give it
a different name to avoid confusion
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
f15a95b4de
|
more version
|
2019-11-03 19:49:52 +00:00 |
|
Shish
|
ee948352a5
|
defaults
|
2019-11-03 19:25:51 +00:00 |
|
Shish
|
6bc33ee691
|
Drop SCORE_DATETIME/NOW - all the databases we care about now support TIMESTAMP/CURRENT_TIMESTAMP
|
2019-11-03 18:28:05 +00:00 |
|
Shish
|
031c441e47
|
split DatabaseUpgrade into a separate event from InitExt
|
2019-11-03 17:21:05 +00:00 |
|
Shish
|
b568933f45
|
remove extension metadata comments (we have metadata objects now)
|
2019-11-02 20:19:09 +00:00 |
|
Shish
|
55c6854003
|
formatting
|
2019-11-02 19:57:34 +00:00 |
|
Matthew Barbour
|
0a30ec6cfa
|
Added favorite bulk actions
|
2019-10-18 16:30:55 +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
|
826c623538
|
PageMode constants
|
2019-06-18 21:04:31 -05: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
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +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
|
65289ed9c8
|
skip to latest db
|
2015-08-08 22:18:54 +01:00 |
|
jgen
|
95b94bd115
|
Some minor linting.
|
2014-12-14 16:06:31 -08: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 |
|
Shish
|
c8aa3327a1
|
A bunch of small changes from scrutinizer-ci; some tidying, some actual bug fixes
|
2014-03-30 13:26:48 +01:00 |
|
Shish
|
db5aa56300
|
remove a bunch of dead code
|
2014-03-29 11:44:34 +00:00 |
|
Shish
|
7b68d8ebfd
|
use new-style constructors everywhere
|
2014-03-22 09:00:59 +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 |
|
Daku
|
16bb38f343
|
onSearchTermParse regex should be case insensitive
|
2014-02-15 21:26:31 +00:00 |
|
Daku
|
25c286b71f
|
add support for using : as a metatag seperator + updated docs
|
2014-01-02 14:00:24 +00:00 |
|
Shish
|
239e028662
|
flash messages everywhere~
|
2012-06-10 04:21:03 +01:00 |
|
Shish
|
67f1c1c51d
|
store enabled exts in a config file, rather than moving directories around
|
2012-03-31 18:59:28 +01:00 |
|