summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Anthony Talarico [Mon, 29 Apr 2019 18:31:04 +0000 (14:31 -0400)]
changing some of the language in the admin of the plugin. item to new for sale item. topic to for sale or wanted. adjusting some of the styles in the list view to accommodate these changes
Steve Sutton [Tue, 12 Feb 2019 14:17:24 +0000 (09:17 -0500)]
Updates for smarty
not using {php} tags
Steve Sutton [Fri, 10 Aug 2018 18:04:32 +0000 (14:04 -0400)]
Add filter
To test if plugin is enabled.
Steve Sutton [Wed, 13 Jun 2018 18:38:30 +0000 (14:38 -0400)]
Remove status from config
Overriding main plugin.
Steve Sutton [Wed, 2 May 2018 13:20:53 +0000 (09:20 -0400)]
Update plugin so all changes are moderated
Need all for sale to be approved by MiGCSA.
Anthony Talarico [Tue, 1 May 2018 17:42:24 +0000 (13:42 -0400)]
fixing the limit and offset for the import query
Anthony Talarico [Tue, 1 May 2018 17:15:41 +0000 (13:15 -0400)]
fixing limit increment for the import query
Anthony Talarico [Tue, 1 May 2018 17:01:08 +0000 (13:01 -0400)]
decreasing the limit for the import queries
Anthony Talarico [Tue, 1 May 2018 16:57:55 +0000 (12:57 -0400)]
setting up limit and offset for the queries
Anthony Talarico [Tue, 1 May 2018 16:49:54 +0000 (12:49 -0400)]
testing limit set on the queries to try and catch any errors
Anthony Talarico [Tue, 1 May 2018 16:34:26 +0000 (12:34 -0400)]
adding show errors to look for issues during import
testing import with wpdb show errors
Anthony Talarico [Tue, 1 May 2018 16:14:02 +0000 (12:14 -0400)]
testing fix for import script, setting member ids to 0 if they don't have one
Anthony Talarico [Tue, 16 Jan 2018 15:30:53 +0000 (10:30 -0500)]
changing the for sale front page list check for visible
changing visible to active
Anthony Talarico [Tue, 9 Jan 2018 18:26:52 +0000 (13:26 -0500)]
changing the text fields to tinymce
converting the text areas to tinymce
Anthony Talarico [Wed, 3 Jan 2018 20:05:37 +0000 (15:05 -0500)]
adding email notofication column to the notification table
updating the update script to have a notification column for messages
Anthony Talarico [Wed, 3 Jan 2018 20:03:55 +0000 (15:03 -0500)]
adding notifications for emails when for sale is submitted
adding new settings tab for notifications options for email
Anthony Talarico [Tue, 19 Dec 2017 20:44:11 +0000 (15:44 -0500)]
adding better checking for the ismoderated flag when sending admin notifications
adding another conditional to compare member ids with the request data before sending the
notification to the admin
Anthony Talarico [Tue, 19 Dec 2017 14:25:14 +0000 (09:25 -0500)]
adding email notification
sending email when a member submits a new forsale item from the admin
Anthony Talarico [Wed, 29 Nov 2017 13:05:09 +0000 (08:05 -0500)]
fixing list view in admin for members
admin list view wasn't showing for locked to members, had to fix the
query in the model
Anthony Talarico [Wed, 29 Nov 2017 12:55:13 +0000 (07:55 -0500)]
checking for existing image files during import
making sure images don't already exist before the import so that duplicates aren't imported
Anthony Talarico [Tue, 28 Nov 2017 14:50:40 +0000 (09:50 -0500)]
fixing the member name dropdowns
adding new id to the import script so that the member dropdowns are correctly
populated in the edit view
Anthony Talarico [Tue, 21 Nov 2017 21:40:57 +0000 (16:40 -0500)]
fixing bug relating to the list admin model
fixing where clause declaration in the admin view model
Anthony Talarico [Tue, 21 Nov 2017 20:16:59 +0000 (15:16 -0500)]
adding text search to the list view
adding text search to the list view, with pending only checkbox. search results displays the
query
Anthony Talarico [Tue, 21 Nov 2017 19:53:22 +0000 (14:53 -0500)]
added pending only search to the list view
pending only search checkbox added to list search
Anthony Talarico [Tue, 21 Nov 2017 19:06:31 +0000 (14:06 -0500)]
renaming visible field to active
changing the visible field from the old data to active / pending
Anthony Talarico [Tue, 21 Nov 2017 15:57:19 +0000 (10:57 -0500)]
updating database for status values for pending
adding pending and approved values in the config array and updating the database
Anthony Talarico [Fri, 17 Nov 2017 20:19:46 +0000 (15:19 -0500)]
moving the new item button in list view outside of the if data check
if there is no for sale data then the new item button wounldn't be visible. moved the
button out of the conditional
Anthony Talarico [Fri, 10 Nov 2017 18:35:31 +0000 (13:35 -0500)]
adding required field to the for sale title, fixing database creation script.
fixing the posted date field, adding styles to the required field labels
Anthony Talarico [Fri, 29 Sep 2017 18:59:42 +0000 (14:59 -0400)]
adding repost ability
adding ability to repost an item and update the post date, or not to
Anthony Talarico [Wed, 27 Sep 2017 13:29:51 +0000 (09:29 -0400)]
fixing import functions for images and visible flag
adding more styles for the admin list, fixing bugs with the import
of the images and visible flags
Anthony Talarico [Mon, 25 Sep 2017 20:22:49 +0000 (16:22 -0400)]
adding new fancybox initialization
adding mgmt options to import data from ds4, adding js for new version of
fancybox for the for sale detail views
Anthony Talarico [Wed, 20 Sep 2017 20:35:38 +0000 (16:35 -0400)]
adding styles and structure to the front end output
Anthony Talarico [Wed, 20 Sep 2017 19:34:31 +0000 (15:34 -0400)]
adding fancybox for the detail images
setting up lightbox effect for the detail page images
Anthony Talarico [Wed, 20 Sep 2017 17:46:44 +0000 (13:46 -0400)]
initial commit
initial commit, migrating code from a different repo instance, admin model views and front
model views added and being worked on