Commit Graph

110 Commits (master)

Author SHA1 Message Date
Zachary Doll 98df071544 Add a space between "earned" and date
Closes #103 Thanks @austins
2015-08-14 08:10:29 -05:00
bleistivt b9211d3172 Make Reactions extensible 2015-04-23 23:15:29 +02:00
Zachary Doll 39f55f6803 Return an object from ActedModel instead of an array.
This object contains the total record count after a security check. This ensures the pager gets the right data while preventing a duplicate query.
2015-01-19 09:44:19 -06:00
Zachary Doll 0d89c6b5a5 Merge pull request #69 from bleistivt/Patch-BadgesLink
Correct BadgeDetail links in some more places
2015-01-15 11:22:50 -06:00
bleistivt e2fb4fe5c5 Correct BadgeDetail links in some more places 2015-01-15 18:20:50 +01:00
bleistivt 0c7a3beff6 Change Column PanelColumn to Box Badges 2015-01-15 12:52:21 +01:00
Zachary Doll 59df030e0a Make library render functions act consistently and be named consistently.
Closes #60
2015-01-14 16:03:42 -06:00
Zachary Doll ef4d091d3a Merge branch 'master' of https://github.com/hgtonight/Application-Yaga 2015-01-14 14:41:32 -06:00
Zachary Doll 3342558804 Add frontend ranks page 2015-01-14 14:41:22 -06:00
bleistivt feb685d953 change badges/detail/ link to yaga/badges
to conform with 538da0c881
2015-01-14 01:22:26 +01:00
Zachary Doll 538da0c881 Move frontend badge pages to `/yaga/badges` 2015-01-12 15:09:41 -06:00
Zachary Doll 148d671739 Badges are sortable in the backend. 2015-01-12 11:37:50 -06:00
Zachary Doll 1d2349ef4b Remove echo option from `RenderReactionRecord()` 2015-01-12 09:15:38 -06:00
Zachary Doll 401527c274 Add even more graceful handling of missing rules for plugin added rules. 2014-12-29 09:43:10 -06:00
Zachary Doll 23c43a8bc3 Add content curation perk 2014-08-26 21:49:51 -05:00
Zachary Doll d3d0f3add7 Add signature editing as a perk 2014-08-26 17:40:09 -05:00
Zachary Doll 21642f0040 Update and clean up translation codes
Closes #36
2014-08-26 15:49:47 -05:00
Zachary Doll f97ec7dffd Remove unused locale definitions
Also re-ordered locale file for clean up.
2014-08-26 15:07:23 -05:00
Zachary Doll fb48fe7a64 Add description of Ranks 2014-08-26 10:30:04 -05:00
Zachary Doll 3dd9c06f88 Add description of badges 2014-08-26 10:20:18 -05:00
Zachary Doll 721fd444f7 Add description of actions 2014-08-26 10:13:48 -05:00
Zachary Doll 53110d7dfc Add feedback form to settings page 2014-08-26 09:51:46 -05:00
Zachary Doll 1ea8edcd1c Update package information 2014-08-25 17:00:16 -05:00
Zachary Doll 3d7742420d Update view documentation 2014-08-25 16:57:02 -05:00
Zachary Doll 38fecce9fa Locale reviewed
Searched for `T(` and `Label(` and cross referenced against core
translations and existing yaga definitions
2014-07-14 13:54:52 -05:00
Zachary Doll aebdf8a533 Remove unused view 2014-07-14 13:46:50 -05:00
Zachary Doll 4038162e86 Refactor rank helping functions
The render perk form functions can be used by plugins for super easy
support for configuration and permission perks.
2014-07-10 10:29:31 -05:00
Zachary Doll 261099f7d3 Update the rank db structure to make more sense 2014-07-09 15:57:26 -05:00
Zachary Doll 9b6ace00e2 Add a few more default perks 2014-07-08 15:25:22 -05:00
Zachary Doll 4056bfb78b Switch to a simpler perk architecture
Switch to a simpler perk system where the type and key are concatenated
as keys in the perks array. Value is the same.

This will make it trivial to add perk support in any plugin that offers
a configuration or a permission level.
2014-07-08 14:41:00 -05:00
Zachary Doll f9c73978a4 Remove tickdowns on rank edit screen 2014-06-25 13:31:17 -05:00
Zachary Doll 1940d4d0df Add input requirements for rank progression 2014-06-05 15:00:39 -05:00
Zachary Doll 9765137bf3 Add rank sorting 2014-06-04 15:22:44 -05:00
Zachary Doll f24a5621da Get rid of remaining `Gdn_Upload::Url()` calls 2014-05-14 11:55:26 -05:00
Zachary Doll 19f0744b62 Use a default badge photo if one is not uploaded
Fixes broken image links on the activity record. Also uses relative urls
for activity feeds now.
2014-05-14 11:45:50 -05:00
Zachary Doll 6283ae3356 Add default rank promotion image
Closes #31
2014-05-13 15:30:38 -05:00
Zachary Doll e3de046b8b Allowing move on delete for actions
Closes #22
2014-04-28 11:03:31 -05:00
Zachary Doll 8390b3e972 Add best controller and related modules
This adds a link on the discussion filter module and the profile filter
box. The new views show content based on it's aggregate Yaga score as
well as the reaction type. Closes #19
2014-04-24 17:19:53 -05:00
Zachary Doll 2c1dc94870 Stub in an elevated permission action 2014-04-24 17:06:57 -05:00
Zachary Doll 644b8a5453 Update Rank settings view with nicer UI 2014-02-12 12:52:31 -06:00
Zachary Doll 00f3a41458 Remove unused view 2014-02-10 16:29:26 -06:00
Zachary Doll 1d6ebd9547 Clean up import/export a little more 2014-02-10 16:28:50 -06:00
Zachary Doll 425ed101bc Add the file upload input on import 2014-02-10 13:49:09 -06:00
Zachary Doll 5d8eefd9d7 Fix CSS class typo 2014-02-10 08:51:32 -06:00
Zachary Doll e8d8aaef13 Separate out import/export views 2014-02-10 08:51:16 -06:00
Zachary Doll a51f8d9a69 Exporting is now selective. 2014-02-08 16:12:59 -06:00
Zachary Doll 91c7f965b5 Baseline zip functionality 2014-02-07 16:03:50 -06:00
Zachary Doll 0ec8b6cfe0 Add baseline export functionality 2014-02-07 14:05:13 -06:00
Zachary Doll d90143863f Move configuration module to a view for extra future use 2014-02-06 15:35:35 -06:00
Zachary Doll 94af83907e Transport skeleton 2014-02-06 15:08:29 -06:00