6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Sep 26, 2023 — Sep 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/enygma/joind.in
Lorna Mitchell
as Lorna
More... over 15 years ago
Properly escaped incoming data More... over 15 years ago
Talk timings and event timezones added
Lorna Mitchell
as Lorna
More... over 15 years ago
Correting issue #79 - Removing debug output and replacing it with a generic error message More... over 15 years ago
adding in an javascript update for the talk claims so people know something's happening More... over 15 years ago
Merge branch 'master' of /home/kevin/git/joindin/website
Lorna Mitchell
as Lorna
More... over 15 years ago
Made event timezones follow the standard naming scheme *** NEEDS DB CHANGE *** drop table tz; -- alter table events drop column event_tz; alter table events add column event_tz_cont varchar(30); alter table events add column event_tz_place varchar(70); *********************** More... over 15 years ago
Correcting Issue #73 - Bad link for hashtags More... over 15 years ago
updating current database structure with new tables for tracks More... over 15 years ago
adding the add/delete/update web service actions for the track functionality More... over 15 years ago
Addming models and additional view for event/session tracks as well as some Javascript to make it all work More... over 15 years ago
updating main Help page to link to new resources More... over 15 years ago
Adding more files for the track support - updating views for new fields, changing controllers with new parameters, changing the sidebar admin More... over 15 years ago
fleshing out the Help and API docs a bit more More... over 15 years ago
adding track support to the Talks controller More... over 15 years ago
adding route for track views on events More... over 15 years ago
Merge branch 'master' of git://github.com/enygma/joind.in More... over 15 years ago
Removed defunct line More... over 15 years ago
Merge branch 'master' of git://github.com/enygma/joind.in
Lorna Mitchell
as Lorna
More... over 15 years ago
Moved PHPMD into seperate phing target, because of deprecation from phpunit More... over 15 years ago
Tweaked the phing build file More... over 15 years ago
Added phing build file to attempt to automate the test running More... over 15 years ago
Added phing build file to attempt to automate the test running More... over 15 years ago
Added some caching to the API tests, as they are going to be used a bit more More... over 15 years ago
Added some caching to the API tests, as they are going to be used a bit more More... over 15 years ago
Merge branch 'timings' from lorna More... over 15 years ago
Added a crude framework for API testing More... over 15 years ago
Added a crude framework for API testing More... over 15 years ago
correcting bug relating to the event blog links sent to twitter More... over 15 years ago
upating event XML import with more messaging More... over 15 years ago