Skip to content

Commit

Permalink
upgraded Labyrinth and Labyrinth-Plugin-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Nov 18, 2014
1 parent fd2bc95 commit 3d22e21
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,6 +1,9 @@
Changes for the CPAN Testers Reports website
============================================

- upgrade to Labyrinth-5.27.
- upgrade to Labyrinth-Plugin-Core-5.18.

3.54 2014-09-23
- XHTML template fixes.

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -42,9 +42,9 @@
"Getopt::Long": "0",
"HTML::Entities": "0",
"JSON::XS": "0",
"Labyrinth": "5.20",
"Labyrinth": "5.27",
"Labyrinth::DIUtils::ImageMagick": "5.04",
"Labyrinth::Plugin::Core": "5.14",
"Labyrinth::Plugin::Core": "5.18",
"Labyrinth::Plugin::CPAN": "3.51",
"Labyrinth::Plugin::Requests": "1.00",
"Metabase::Resource": "0",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -29,9 +29,9 @@ requires:
Getopt::Long: 0
HTML::Entities: 0
JSON::XS: 0
Labyrinth: 5.20
Labyrinth: 5.27
Labyrinth::DIUtils::ImageMagick: 5.04
Labyrinth::Plugin::Core: 5.14
Labyrinth::Plugin::Core: 5.18
Labyrinth::Plugin::CPAN: 3.51
Labyrinth::Plugin::Requests: 1.00
Metabase::Resource: 0
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -15,9 +15,9 @@ WriteMakefile(
PREREQ_PM => {

# Labyrinth Modules
'Labyrinth' => '5.20',
'Labyrinth' => '5.27',
'Labyrinth::DIUtils::ImageMagick' => '5.04',
'Labyrinth::Plugin::Core' => '5.14',
'Labyrinth::Plugin::Core' => '5.18',
'Labyrinth::Plugin::Requests' => '1.00',
'Labyrinth::Plugin::CPAN' => '3.50',

Expand Down
6 changes: 3 additions & 3 deletions vhost/cgi-bin/config/phrasebook.ini
Expand Up @@ -236,9 +236,9 @@ SearchUsers=SELECT * FROM users AS u \
WHERE userid > 1 AND (nickname LIKE ? OR realname LIKE ?) $where \
ORDER BY $order
AllUsers=SELECT * FROM users
NewUser=INSERT INTO users (accessid,realm,password,nickname,realname,email,url,imageid,aboutme) \
VALUES (1,?,password(?),?,?,?,?,?,?)
SaveUser=UPDATE users SET realm=?,nickname=?,realname=?,email=?,url=?,imageid=?,aboutme=? WHERE userid=?
NewUser=INSERT INTO users (password,accessid,search,nickname,realname,email,imageid,realm) \
VALUES (SHA1(?),?,?,?,?,?,?,?)
SaveUser=UPDATE users SET nickname=?,realname=?,email=?,imageid=?,realm=? WHERE userid=?
DeleteUser=DELETE FROM users WHERE userid IN ($del)

ChangePassword=UPDATE users SET password=password(?) WHERE userid=?
Expand Down

0 comments on commit 3d22e21

Please sign in to comment.