0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update views alter code to work with Views 7.3-rc3 More... over 12 years ago
Person should be in front of the alias. More... over 12 years ago
Save memory, don't load the whole person object, just the info we need. More... over 12 years ago
Added a bit of code to insert url aliases for persons. More... over 12 years ago
Added filefield_source to content types allowing file attachments so very large files can be uploaded directly to the server and then be attached manually. More... over 12 years ago
Exported new pathauto settings for our content types. More... over 12 years ago
Changed the Photo widget to text entry instead of selecting the date as that wasn't allowing for entry of historical dates. More... over 12 years ago
Added the date and source fields to the photo content type. More... over 12 years ago
Initial checkin of the new Photo feature. More... over 12 years ago
Person pages now include summaries of all content associated with that person for easier scanning. More... over 12 years ago
Restrict access to patriarchal blessings. More... over 12 years ago
Extracted the various frontpage pieces and put them into their own module. More... over 12 years ago
New box/context/content/code for the new frontpage. More... over 12 years ago
Delete person/node mappings when a node is deleted. More... over 12 years ago
Calculate the number of people with each surname in the database and store it in the fhd_person_surname_count database. More... over 12 years ago
Add pagination to all node type views + a bunch of changes from updates to ctools/views. More... over 12 years ago
Exported changes to the person page context to enable the new tagged content block. More... over 12 years ago
New tagged content block for people pages. More... over 12 years ago
Forgot to make it so that you could set any type of node to be protected not just story. More... over 12 years ago
Finished the TODOs so deleting the file. More... over 12 years ago
Let editors arbirarily restrict access to a node to authenticated members of the site. More... over 12 years ago
Control access to nodes which are associated with alive people. Still need to add ability to control access to arbitrary nodes. More... over 12 years ago
Fix for #1314970. Don't generate a date string if the date is NULL or 0. More... over 12 years ago
Grab the title and body directly from the forms as the editor might not render all their changes before saving. More... over 12 years ago
Don't remove note saying the node has saved until the next node is loaded. More... over 12 years ago
$ isn't used in Drupal 7 More... over 12 years ago
Removed extra copy of jQuery we weren't using. More... over 12 years ago
Corrected ajax urls. More... over 12 years ago
Intial commit of the fhd_easy_edit module. More... over 12 years ago
For some reason drupal_write_record never works for me. Use db_update instead. Also, the date shouldn't ever be an empty string as the db field expects an int or NULL. More... over 12 years ago