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. |
|
More...
|
about 10 years ago
|
Updated profiler with changes from Burndown for Trello. |
|
More...
|
over 11 years ago
|
Extremely minor commenting fix & remove unneeded end-php-tag. |
|
More...
|
about 13 years ago
|
Some files weren't saved before the last commit. This wraps up those loose ends. |
|
More...
|
over 15 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. |
|
More...
|
over 15 years ago
|
Commit previous changes before moving forward. They are small changes mainly to docs. |
|
More...
|
over 15 years ago
|
Added some TODOs. |
|
More...
|
over 15 years ago
|
Added SCALING_THOUGHTS.txt file. |
|
More...
|
over 15 years ago
|
Updated bug list to reflect the fact that the database on the live server is compatible with the codebase again. |
|
More...
|
over 15 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. |
|
More...
|
over 15 years ago
|
Added script to open up all web-dev files in the current directory (php, css, js, sql). |
|
More...
|
over 15 years ago
|
Added some code to detect when the system is not installed yet. |
|
More...
|
over 15 years ago
|
Some (old) changes related to the fact that the site is on a different schema from what OffhandWay would need. |
|
More...
|
over 15 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. |
|
More...
|
over 15 years ago
|
Removed an outdated TODO comment. |
|
More...
|
about 16 years ago
|
Minor cleaning of comments. |
|
More...
|
over 16 years ago
|
Made the edit and delete forms on addPicture.php be user-specific and displayed for all users (not just admins). |
|
More...
|
over 16 years ago
|
Added documentation about the idea for splitting ad-revenue with contributors. |
|
More...
|
over 16 years ago
|
Updated KNOWN_BUGS.txt to note logout.php being removed. |
|
More...
|
over 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. |
|
More...
|
over 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. |
|
More...
|
over 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. |
|
More...
|
over 16 years ago
|
Some bug fixes (made the footer the same color regardless of whether it's the default column layout or not). |
|
More...
|
almost 17 years ago
|
After downloading content from production site then tweaking the code (with getCodePath()), was able to get the site to display media normally. |
|
More...
|
almost 17 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. |
|
More...
|
almost 17 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. |
|
More...
|
almost 17 years ago
|
Had the wrong .js file for the Picture Uploader (was using dropBox instead of Album Maker). |
|
More...
|
almost 17 years ago
|
Removed upload.css. That file is for the dropbox (which isn't in OffhandWay), not for the the picture uploader. |
|
More...
|
almost 17 years ago
|
Fixed issues with sub-menus in Links/UserLinks modules. |
|
More...
|
almost 17 years ago
|
Refactored some structure code out of global.php back into Page where it belongs. |
|
More...
|
almost 17 years ago
|