From 8d13762fbd6c65a34179d3c813e98ee24b9918c2 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 20 Jun 2015 19:25:41 +0000 Subject: [PATCH] bunch of fuck --- _sakura/changelog.json | 16 +++- .../templates/yuuno/elements/indexPanel.tpl | 9 +- _sakura/templates/yuuno/global/header.tpl | 2 +- _sakura/templates/yuuno/main/profile.tpl | 16 ++-- main/.htaccess | 5 +- main/group.php | 55 ++++++++++++ main/profile.php | 12 --- main/settings.php | 87 +++++++++++-------- 8 files changed, 136 insertions(+), 66 deletions(-) create mode 100644 main/group.php diff --git a/_sakura/changelog.json b/_sakura/changelog.json index 82a1851..3c46e73 100644 --- a/_sakura/changelog.json +++ b/_sakura/changelog.json @@ -142,10 +142,6 @@ "type": "FIX", "change": "Replace broken template tags." }, - { - "type": "FIX", - "change": "Replace broken template tags." - }, { "type": "ADD", "change": "Upload remaining assets." @@ -1269,6 +1265,18 @@ { "type": "ADD", "change": "Added friends system." + }, + { + "type": "FIX", + "change": "Changed & to & in some URLs." + }, + { + "type": "FIX", + "change": "Fixed settings page being usable when logged out." + }, + { + "type": "REM", + "change": "Removed remaining code for the old profile API." } ] diff --git a/_sakura/templates/yuuno/elements/indexPanel.tpl b/_sakura/templates/yuuno/elements/indexPanel.tpl index f193685..d63a59c 100644 --- a/_sakura/templates/yuuno/elements/indexPanel.tpl +++ b/_sakura/templates/yuuno/elements/indexPanel.tpl @@ -1,10 +1,9 @@ {% if user.checklogin %}
Hi, {{ user.data.username }}!
- -