WP-Plugins/glm-member-db-jobs.git
7 years agomissed a field when setting text areas to tinymce
Anthony Talarico [Tue, 9 Jan 2018 18:18:29 +0000 (13:18 -0500)]
missed a field when setting text areas to tinymce

forgot a field when changing the text areas to tinymce

7 years agosetting text area fields to tinymce fields
Anthony Talarico [Tue, 9 Jan 2018 18:16:43 +0000 (13:16 -0500)]
setting text area fields to tinymce fields

setting all of the admin fields to be tinymce fields

7 years agofixing database update script
Anthony Talarico [Thu, 4 Jan 2018 18:47:04 +0000 (13:47 -0500)]
fixing database update script

update script was missing a column, fixed the job titles addition on a new job post

7 years agoadding notifications setting for the jobs
Anthony Talarico [Wed, 3 Jan 2018 15:54:37 +0000 (10:54 -0500)]
adding notifications setting for the jobs

adding email and notifications settings tabf or jobs

7 years agofixing issue with members seeing all jobs after deleting their own
Anthony Talarico [Tue, 19 Dec 2017 20:49:09 +0000 (15:49 -0500)]
fixing issue with members seeing all jobs after deleting their own

bug fix where members deleting their own job would then see all jobs in the list

7 years agoadding email notifications when a member submits a job
Anthony Talarico [Tue, 19 Dec 2017 20:41:54 +0000 (15:41 -0500)]
adding email notifications when a member submits a job

admin notifications being sent when a member submits a job from the backend

7 years agoupdated jobs import, fixed member name association
Anthony Talarico [Tue, 28 Nov 2017 14:30:23 +0000 (09:30 -0500)]
updated jobs import, fixed member name association

fixed member name association when creating new jobs. updated import script to add
the new member id instead of the old one

7 years agofixing the locked to member system for admin display
Anthony Talarico [Mon, 27 Nov 2017 21:08:12 +0000 (16:08 -0500)]
fixing the locked to member system for admin display

the locked to member still wasn't acting correctly, fixed some of the hidden
fields so that the job postings would save

7 years agoadding shortcodes to allow exclusion of specific job title ids from front end output
Anthony Talarico [Mon, 27 Nov 2017 19:34:19 +0000 (14:34 -0500)]
adding shortcodes to allow exclusion of specific job title ids from front end output

shortcode accepts 2 attrs, one for the job ids, and one to determine if it should
members only.

7 years agoadding pending and text search to list
Anthony Talarico [Tue, 21 Nov 2017 21:39:37 +0000 (16:39 -0500)]
adding pending and text search to list

adding active flag to edit view and adding search items to the list view

7 years agomoving the add new job link out of the if data check
Anthony Talarico [Fri, 17 Nov 2017 20:05:10 +0000 (15:05 -0500)]
moving the add new job link out of the if data check

the new job link was only showing if there was already job data

7 years agoordering the member dropdown by name
Anthony Talarico [Wed, 15 Nov 2017 16:34:45 +0000 (11:34 -0500)]
ordering the member dropdown by name

changing the order of the member dropdown by name in the job edit and new job page

7 years agofixing the member dropdown selection for the job postings edit and new pages
Anthony Talarico [Wed, 15 Nov 2017 16:21:06 +0000 (11:21 -0500)]
fixing the member dropdown selection for the job postings edit and new pages

checking to see if member has old member id and use that if so, otherwise use the new member id

7 years agofixing default database values for the posted_date, fixing update function
Anthony Talarico [Fri, 10 Nov 2017 18:04:32 +0000 (13:04 -0500)]
fixing default database values for the posted_date, fixing update function

posted dates weren't updating, removed the default value from the database creation script.

7 years agoadding styles to admin list
Anthony Talarico [Fri, 29 Sep 2017 20:26:29 +0000 (16:26 -0400)]
adding styles to admin list

adding styles to the admin list

7 years agoadding ability to repost jobs and update the expiration date
Anthony Talarico [Fri, 29 Sep 2017 18:58:57 +0000 (14:58 -0400)]
adding ability to repost jobs and update the expiration date

update expiration by checking repost checkbox in admin

7 years agoremoving print_r lines from mgmt import model
Anthony Talarico [Wed, 27 Sep 2017 20:04:11 +0000 (16:04 -0400)]
removing print_r lines from mgmt import model

removing some of the print_r testing from the mgmt import model file

7 years agofixing edit view where some of the fields weren't being updated
Anthony Talarico [Wed, 27 Sep 2017 19:54:04 +0000 (15:54 -0400)]
fixing edit view where some of the fields weren't being updated

patched up the name attribute for the contact name and contact phone number
input fields in the edit view

7 years agofixing import script to preserve special characters, changing admin stlyes
Anthony Talarico [Wed, 27 Sep 2017 18:58:49 +0000 (14:58 -0400)]
fixing import script to preserve special characters, changing admin stlyes

changing admin styles for the admin list so that mobile view is still
managable

7 years agoadding job import tab in mgmt
Anthony Talarico [Mon, 25 Sep 2017 20:28:12 +0000 (16:28 -0400)]
adding job import tab in mgmt

adding separate tab in mgmt to import content from ds4. not complete

7 years agogetting the job title from the old job title id
Anthony Talarico [Thu, 21 Sep 2017 20:36:59 +0000 (16:36 -0400)]
getting the job title from the old job title id

using the old job title id to get the job title name

7 years agoadding old_id columns for data import
Anthony Talarico [Thu, 21 Sep 2017 14:56:02 +0000 (10:56 -0400)]
adding old_id columns for data import

adding a new colum for old_ids to accommodate the import

7 years agoadding member name place holder for admin list
Anthony Talarico [Wed, 20 Sep 2017 20:36:50 +0000 (16:36 -0400)]
adding member name place holder for admin list

list view in the admin side added a member name column

7 years agoadding restriction by job expiration date, centering front end output
Anthony Talarico [Tue, 19 Sep 2017 16:28:05 +0000 (12:28 -0400)]
adding restriction by job expiration date, centering front end output

adding styles, centering the front end data output, adding a check to make sure
the job postings aren't older than the expiration date range

7 years agoadding more front end output styles
Anthony Talarico [Mon, 18 Sep 2017 18:29:52 +0000 (14:29 -0400)]
adding more front end output styles

adding resume column to the database table and adding more styles for the
front end output of the job postings

7 years agoadding gulp support for sass, fixing the member locked updating
Anthony Talarico [Mon, 18 Sep 2017 12:45:00 +0000 (08:45 -0400)]
adding gulp support for sass, fixing the member locked updating

job postings weren't updating if they were locked to member, fixed that
issue. added gulp so the output could be styled with sass

7 years agosetting up lockedToMember details
Anthony Talarico [Fri, 15 Sep 2017 20:44:43 +0000 (16:44 -0400)]
setting up lockedToMember details

adding the necessary data and files to make sure only members can edit their
own job postings

7 years agofixing the edit and update functions for the posting, adding more styles
Anthony Talarico [Thu, 14 Sep 2017 20:43:33 +0000 (16:43 -0400)]
fixing the edit and update functions for the posting, adding more styles

styling and structuring the admin list, fixing the update functionality for
pre-existing job postings

7 years agomaking changes to the database setup script to changes some of the field names
Anthony Talarico [Wed, 13 Sep 2017 20:37:48 +0000 (16:37 -0400)]
making changes to the database setup script to changes some of the field names

finishing the setup for the job titles settings and pulling them into the edit view,
changing some of the database field's names.

7 years agoadding settings section for the job titles, adding default database data to work...
Anthony Talarico [Mon, 11 Sep 2017 20:30:16 +0000 (16:30 -0400)]
adding settings section for the job titles, adding default database data to work with

more test code and dummy data to work with, setting up the settings menu so the client can
add job titles for the job posting views

7 years agosetting up admin view files , tracking down errors
Anthony Talarico [Fri, 8 Sep 2017 20:44:36 +0000 (16:44 -0400)]
setting up admin view files , tracking down errors

7 years agoreplacing keywords in files
Anthony Talarico [Fri, 8 Sep 2017 19:54:51 +0000 (15:54 -0400)]
replacing keywords in files

replacing some left over keywords and setting up the admin view files with the admin
models

7 years agoadding more db changes
Anthony Talarico [Fri, 8 Sep 2017 19:21:47 +0000 (15:21 -0400)]
adding more db changes

fixing some of the db fields and setting up the post expiration array in the config
ini.

7 years agosetting up database data and data classes
Anthony Talarico [Fri, 8 Sep 2017 19:08:00 +0000 (15:08 -0400)]
setting up database data and data classes

7 years agoremoving old database script data
Anthony Talarico [Fri, 8 Sep 2017 13:17:37 +0000 (09:17 -0400)]
removing old database script data

adjusting create database script for initial setup

7 years agofixing the develop branch with initial files and setup
Anthony Talarico [Fri, 8 Sep 2017 13:16:03 +0000 (09:16 -0400)]
fixing the develop branch with initial files and setup

7 years agoinitial commit
Anthony Talarico [Thu, 7 Sep 2017 17:43:27 +0000 (13:43 -0400)]
initial commit

7 years agoInitial commit
Anthony Talarico [Thu, 7 Sep 2017 17:37:16 +0000 (13:37 -0400)]
Initial commit