0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed a poorly placed comment to fix a situation where saving links from the edit screen takes forever. More... about 19 years ago
General cleanup - added a table to make it look at least a little presentable ;-) More... over 19 years ago
Removed the second Limit field because the text box called "limit_string" was defined twice and only the second one worked. More... over 19 years ago
Added move, copy, unfile and delete options to the upper bar (above the links). Also added the limit box to the bottom bar (below the links) More... over 19 years ago
Fixed an error where links could not be imported. Turns out that link counts needed to be initialized to zero to prevent passing a null argument. More... over 19 years ago
Fixed situation where adding a link makes it appear as a recently clicked link. The fix involved subtracting 1 year from the current date before inserting the value into the datelastvisited field More... over 19 years ago
Updated the help and about urls More... over 19 years ago
Fixed some leftover PEAR::DB stuff in the update link verification timestamp function. More... over 19 years ago
Added very basic export function to export links. I think it still needs some more work ;) More... over 19 years ago
Fixed major bug in the delcat function where links and link-cat relationships were not getting deleted correctly when "dsetroy links" was checked during category deletion. More... over 19 years ago
Fixed up the import links routine to pick up the original add-date and last-visit date. This was absolutely required if there is any hope to use an export/import cycle for upgrades. More... over 19 years ago
Added application version variable called LL_VERSION More... over 19 years ago
Updated the help link and added the about link More... over 19 years ago
Added basic limit capability to aid in browing long lists of links. The UI kinda sucks right now but it is functional. More... over 19 years ago
Added basic limit capability to aid in browing long lists of links More... over 19 years ago
Fixed bug # 880756 related to the help link so that the help link actually takes you to the help page in lazylinks.com. At the same time I added an about link which behaves much the same way. More... over 19 years ago
Updated the url to be www.lazylinks.com in the footer of the installation page More... over 19 years ago
Updated the lazylinks url properly this time as last time I forgot to update the comment and the actual url in the anchor More... over 19 years ago
Fixed bug where $_SESSION['catexpansion'] was undefined and caused an error immediately after logging in. I now have the value being set during every request if the user has logged in. More... over 19 years ago
Updated the copyright date to 2004 from 2003 More... over 19 years ago
Updated the website address to www.lazylinks.com now that I have registered the domain name ;-) More... over 19 years ago
- Completed most (maybe all but I have not tested the entire app to make sure) of the conversion from PEAR::DB to using the straight mysql interfaces. - Added a crude progress meter to the link import step. I say crude because although it works, the longest part is actually the file upload so by the time the browser responds with the progress information you have already waiting quite some time. More... over 19 years ago
Added some information related to the SQL I used when creating the mysql database just in case the person doing the installation is not all that familiar with mysql. More... over 19 years ago
Added check during the reading of the config information so that if the config info is not present a message is displayed which tells the user to read the INSTALL instructions More... almost 20 years ago
updated the installation redirect to include 'index.php' instead of simply assuming that the webserver is configured to use index.php as a default if you simply specify the directory. More... almost 20 years ago
- added missing string for delete_category_page_title More... almost 20 years ago
Updated the installation instructions and added another post installation note. More... almost 20 years ago
- no more php errors when creating config.ini fails (and the error message is more informative too :) - enabled the creation of the templates_c smarty directory during the install - cleaned up lots of redundant code and made things generally more concise - added documentation for many of the functions - removed the dependency on register_globals=On More... almost 20 years ago
When trying to upload a file during link import there was a hard coded max file size of 330000 (my test file for uploading was 320K :) This update makes the max upload file size value configurable in config.php and is currently defaulted at 4 million bytes. More... almost 20 years ago
- Fixed the back button to work in Mozilla and IE (that's all the testing I have done) More... about 20 years ago