From 3a6a1dabe45d5fcdfd882de65c24ac45f173803e Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 16:58:58 +0200 Subject: Bugfix: Forgot to make two JS strings translatable --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9186e339..91bb01f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ - Bugfix: Hide pointless groups and commas on spoiler-hidden trait display - Bugfix: Properly format future dates on my vn list - Bugfix: Properly position the sub-tabs on VN page without tags + - Bugfix: Forgot to make two JS strings translatable 2.19 - 2011-03-30 - Character database: -- cgit v1.2.3 From df094a5eff934b6057def369dca30df616248c80 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 17:09:48 +0200 Subject: Added spoiler warning to character revision pages --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91bb01f7..b9319ac9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ - Order the VNs listed on char browser by release date - Order the traits groups on /i by their 'order' column - Use same browsing-table on trait pages and char browser + - Added spoiler warning to character revision pages - CSS: Hide links in [spoiler] tags - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser -- cgit v1.2.3 From 9c0a0b51a115ab95fc4d78bf52d5785d6088ee85 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 18:34:07 +0200 Subject: Generate dbedit/dbdel notifications on character edits --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9319ac9..20e11ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ - Order the traits groups on /i by their 'order' column - Use same browsing-table on trait pages and char browser - Added spoiler warning to character revision pages + - Generate dbedit/dbdel notifications on character edits - CSS: Hide links in [spoiler] tags - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser -- cgit v1.2.3 From c0b8fb4a60dda06bbe306273de8ac0cd92156fd6 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 18:41:54 +0200 Subject: Added 'select' all to wishlist and moved 'select all' down on notifies For consistency --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20e11ace..b67a5917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ - Added spoiler warning to character revision pages - Generate dbedit/dbdel notifications on character edits - CSS: Hide links in [spoiler] tags + - Added 'select' all to wishlist and moved 'select all' down on notifies - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 50da6516a687442f09a05416ca1daff04d7bbf37 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 19:08:45 +0200 Subject: Added char/tag/trait stats to database statistics box --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b67a5917..59185a2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ - Generate dbedit/dbdel notifications on character edits - CSS: Hide links in [spoiler] tags - Added 'select' all to wishlist and moved 'select all' down on notifies + - Added char/tag/trait stats to database statistics box - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 9304d1032723d3c2b9f3dad4d239f12c8c7268fa Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 19:25:53 +0200 Subject: Update traits_chars cache daily using Multi::Maintenance I'd really prefer incremental updates, but I'll first need to find a proper algorithm... --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59185a2e..a8ce144a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ - CSS: Hide links in [spoiler] tags - Added 'select' all to wishlist and moved 'select all' down on notifies - Added char/tag/trait stats to database statistics box + - Update traits_chars cache daily using Multi::Maintenance - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 000834947b9d7658639d4565c655a39cd3d68545 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 8 Apr 2011 19:46:52 +0200 Subject: Toggle [spoiler] tag visibility with global setting rather than mouse-over --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8ce144a..622a84f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ - Added 'select' all to wishlist and moved 'select all' down on notifies - Added char/tag/trait stats to database statistics box - Update traits_chars cache daily using Multi::Maintenance + - Toggle [spoiler] tag visibility with global setting rather than mouse-over - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 32489742a0b37fe908d3445b45a398b9f3232390 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 9 Apr 2011 09:16:11 +0200 Subject: Cleaned up CSS code - Compacted most statements onto one line - Moved around a few blocks to better positions - Use .maintab for defaults instead of #maincontent - Removed some unecessary !importants --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 622a84f6..c099205d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ - Added char/tag/trait stats to database statistics box - Update traits_chars cache daily using Multi::Maintenance - Toggle [spoiler] tag visibility with global setting rather than mouse-over + - Cleaned up CSS code - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 715f47095c359d0a9c25ea8b6c3af635cc0d8658 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 9 Apr 2011 16:18:27 +0200 Subject: affiliates: Added simple admin interface + default_prio The lastfetch/price columns can't be modified at the moment. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c099205d..734689ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 2.20 - ? + - Added support for sponsored links on VN pages - Order the VNs listed on char browser by release date - Order the traits groups on /i by their 'order' column - Use same browsing-table on trait pages and char browser -- cgit v1.2.3 From a3ff39b6269cb7114f0edee6a1f5fdb6dd163d40 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 10:35:53 +0200 Subject: Bugfix: Don't allow unicode numbers as 'int' in formValidate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stuff like "168" went through earlier, but couldn't be interpreted by either perl or postgresql. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 734689ab..a38b7316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,7 @@ - Bugfix: Properly format future dates on my vn list - Bugfix: Properly position the sub-tabs on VN page without tags - Bugfix: Forgot to make two JS strings translatable + - Bugfix: Don't allow unicode numbers as 'int' in formValidate 2.19 - 2011-03-30 - Character database: -- cgit v1.2.3 From 0dbd4d544d54efecb01d5359a5db69548b5513c0 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 11:01:04 +0200 Subject: Added "Add character" link to VN pages --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a38b7316..170a8e9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ - Added char/tag/trait stats to database statistics box - Update traits_chars cache daily using Multi::Maintenance - Toggle [spoiler] tag visibility with global setting rather than mouse-over + - Added "Add character" link to VN pages - Cleaned up CSS code - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser -- cgit v1.2.3 From 53d155d44e60c2fa56a5d8a9ab861454eb655a5e Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 11:19:48 +0200 Subject: Added "Image ID" field to VN image uploader --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 170a8e9f..de66850e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ - Update traits_chars cache daily using Multi::Maintenance - Toggle [spoiler] tag visibility with global setting rather than mouse-over - Added "Add character" link to VN pages + - Added "Image ID" field to VN image uploader - Cleaned up CSS code - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser -- cgit v1.2.3 From 76b970a49e1d6374a3ec351debcf846ee00b78c0 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 16:28:49 +0200 Subject: Added "All except characters" filter to history browser --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de66850e..d2b98f30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ - Toggle [spoiler] tag visibility with global setting rather than mouse-over - Added "Add character" link to VN pages - Added "Image ID" field to VN image uploader + - Added "All except characters" filter to history browser - Cleaned up CSS code - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser -- cgit v1.2.3 From 57b464e826e5f24828dec9401b70baaa43410b6c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 16:50:28 +0200 Subject: Cleaned up permissions - Removed 'hist' and 'mod', weren't used at all - Merged 'del' and 'lock' into a single 'dbmod' --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2b98f30..210880bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ - Added "Image ID" field to VN image uploader - Added "All except characters" filter to history browser - Cleaned up CSS code + - Cleaned up permissions - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3 From 4873e8583189ee9c611fadd27d491dc104c52b57 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 30 Apr 2011 18:04:50 +0200 Subject: Replaced user ranks with a permission system This is far more flexible. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 210880bf..4a362661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ - Added "All except characters" filter to history browser - Cleaned up CSS code - Cleaned up permissions + - Replaced user ranks with a permission system - Bugfix: don't accidentally remove char traits when editing - Bugfix: fixed possible SQL table name clash on history browser - Bugfix: properly announce chars and traits in Multi::IRC -- cgit v1.2.3