1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 23, 2022 — Dec 23, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some php close-tags (they can introduce unwanted whitespace). Just doing this as I look through files, so it might happen in a number of other commits too.
Sean Colombo
as motiveforce
More... over 9 years ago
Updated profiler with changes from Burndown for Trello.
Sean Colombo
as motiveforce
More... almost 11 years ago
Extremely minor commenting fix & remove unneeded end-php-tag.
Sean Colombo
as motiveforce
More... over 12 years ago
Some files weren't saved before the last commit. This wraps up those loose ends.
Sean Colombo
as motiveforce
More... over 14 years ago
Fixed a bug in the addPicture.php which was causing the input to be double-slashed (there was slashing code in addPicture but there is now also an array-walker which slashes ALL of the $_POST single-quotes.
Sean Colombo
as motiveforce
More... over 14 years ago
Commit previous changes before moving forward. They are small changes mainly to docs.
Sean Colombo
as motiveforce
More... over 14 years ago
Added some TODOs.
Sean Colombo
as motiveforce
More... over 14 years ago
Added SCALING_THOUGHTS.txt file.
Sean Colombo
as motiveforce
More... over 14 years ago
Updated bug list to reflect the fact that the database on the live server is compatible with the codebase again.
Sean Colombo
as motiveforce
More... over 14 years ago
Various changes related to getting the live doitlater.com site working on the same database schema as svn trunk head's code. Once the conversion was complete, the site's code was updated so it is once again running the SVN code.
Sean Colombo
as motiveforce
More... over 14 years ago
Added script to open up all web-dev files in the current directory (php, css, js, sql).
Sean Colombo
as motiveforce
More... over 14 years ago
Added some code to detect when the system is not installed yet.
Sean Colombo
as motiveforce
More... over 14 years ago
Some (old) changes related to the fact that the site is on a different schema from what OffhandWay would need.
Sean Colombo
as motiveforce
More... over 14 years ago
Made some changes (this was a while ago). The intended effect was to remove AdSense from pages with any content where the minAge was against AdSense's policies. Went with either 13 years or 10 years. Check the code for exact number.
Sean Colombo
as motiveforce
More... almost 15 years ago
Removed an outdated TODO comment.
Sean Colombo
as motiveforce
More... over 15 years ago
Minor cleaning of comments.
Sean Colombo
as motiveforce
More... over 15 years ago
Made the edit and delete forms on addPicture.php be user-specific and displayed for all users (not just admins).
Sean Colombo
as motiveforce
More... almost 16 years ago
Added documentation about the idea for splitting ad-revenue with contributors.
Sean Colombo
as motiveforce
More... almost 16 years ago
Updated KNOWN_BUGS.txt to note logout.php being removed.
Sean Colombo
as motiveforce
More... almost 16 years ago
Removed deprecated logout.php and did some work with codePath in Page.php. Primarily this made the code in the /admin/ directory work better.
Sean Colombo
as motiveforce
More... almost 16 years ago
Got the codePath working so that directories can be approved as entry-points in utils.php::getCodePath(). Once they are there, the codePath will work in those directories also. These changes are visible in that you can now go to /admin/admin_talbots.php if you are an administrator.
Sean Colombo
as motiveforce
More... almost 16 years ago
Started porting the admin tools. It appears that more trickery will be needed if they can actually be run from inside the /admin directory. Otherwise the tools should just stay down there and the page(s) should be moved up to root.
Sean Colombo
as motiveforce
More... almost 16 years ago
Some bug fixes (made the footer the same color regardless of whether it's the default column layout or not).
Sean Colombo
as motiveforce
More... almost 16 years ago
After downloading content from production site then tweaking the code (with getCodePath()), was able to get the site to display media normally.
Sean Colombo
as motiveforce
More... almost 16 years ago
Although I'm not sure what the implications are in relation to "albums", the albumMaker does successfully upload pictures to the "pictures" table now. Additional statements in conversion.sql need to be run in order to make the current system work with the new code. No regression testing has been done on how these uploads affect the system or on how well the old uploading form works.
Sean Colombo
as motiveforce
More... almost 16 years ago
More work on the AlbumMaker... this included starting to bring in Motive FS (files are there, the empty directory hasn't been created yet). The JavaScript now auto-detects the full path of the iframe so that more iframes can be added dynamically even if the code isn't being run in the root directory.
Sean Colombo
as motiveforce
More... about 16 years ago
Had the wrong .js file for the Picture Uploader (was using dropBox instead of Album Maker).
Sean Colombo
as motiveforce
More... about 16 years ago
Removed upload.css. That file is for the dropbox (which isn't in OffhandWay), not for the the picture uploader.
Sean Colombo
as motiveforce
More... about 16 years ago
Fixed issues with sub-menus in Links/UserLinks modules.
Sean Colombo
as motiveforce
More... about 16 years ago
Refactored some structure code out of global.php back into Page where it belongs.
Sean Colombo
as motiveforce
More... about 16 years ago