Commit Graph

  • e3888312e9 Implemented _isHidden() function to determine if a file to be listed should be hidden Chris Kankiewicz 2012-02-21 22:34:13 -07:00
  • a4e3cf255c Miscellaneous tweaks Chris Kankiewicz 2012-02-21 21:39:30 -07:00
  • 4eb7255bbb Updated the hidden files check on script initialization Chris Kankiewicz 2012-02-15 11:25:19 -07:00
  • 6d51537d20 Lightened up link bacground color on hover Chris Kankiewicz 2012-02-06 12:45:31 -07:00
  • ded3f0837a Slightly increased space between file icon and file name Chris Kankiewicz 2012-02-06 12:40:02 -07:00
  • d86ea52b92 Reset javascript icon back to page_white_code.png Chris Kankiewicz 2012-02-06 12:39:41 -07:00
  • 0c73a5b8d5 Added/tweaked some more file types Chris Kankiewicz 2012-02-06 12:30:58 -07:00
  • 690aef9c95 Changed includes to require_onces where applicable Chris Kankiewicz 2012-02-06 11:07:23 -07:00
  • de329da66f Added several file extensions and renamed icons to their original names Chris Kankiewicz 2012-02-06 11:05:08 -07:00
  • f0dde7fcef Removed TODO file Chris Kankiewicz 2012-02-06 09:56:09 -07:00
  • 8075b251a2 Added getListedPath() function and used it to set the page header Chris Kankiewicz 2012-02-05 22:14:43 -07:00
  • d1a6522877 Added jQuery scroll effect on top link Chris Kankiewicz 2012-02-05 21:55:48 -07:00
  • 0e786cac2f Added a top link to the fixed breadcrumbs bar. Also tweaked several styles to improve standardization. Chris Kankiewicz 2012-02-03 19:29:11 -07:00
  • bf655b66b0 Reverting some config options back to their defaults Chris Kankiewicz 2012-02-03 19:01:14 -07:00
  • 797cd66ba0 Moved default.settings.php to default.config.php and refactored code to facilitate this change. Also removed old settings.php from the index. Chris Kankiewicz 2012-02-03 18:43:15 -07:00
  • a019fe175f Implimented breadcrumbs Chris Kankiewicz 2012-02-02 14:41:26 -07:00
  • 83e4edcab8 Lots of work refining the overall system including: - Added system messages functionality and relevant error messages where applicable - More security for preventing file traversal where not allowed - Miscellaneous code tweaks and cleanup Chris Kankiewicz 2012-02-02 14:15:27 -07:00
  • bd6dc8ce95 Added a default settings file and removed the active settings file from the git index Chris Kankiewicz 2012-02-02 10:38:41 -07:00
  • 561d198ecd Lots of security and bug fixes Chris Kankiewicz 2012-02-02 10:36:58 -07:00
  • 63b6372f49 Prevented access to parent folders and the use of URL wrappers Chris Kankiewicz 2012-02-02 08:01:00 -07:00
  • 0c44263d31 Merge branch 'feature/boostrapification' of github.com:PHLAK/DirectoryLister into feature/boostrapification Chris Kankiewicz 2012-02-01 22:26:57 -07:00
  • 900887f650 Reverted to divs for file listing and restyled them to match Bootstrap styles Chris Kankiewicz 2012-02-01 11:26:27 -07:00
  • 4678b4aa91 Reverted to divs for file listing and restyled them to match Bootstrap styles Chris Kankiewicz 2012-02-01 11:26:27 -07:00
  • f1e49976e7 Slight style tweak Chris Kankiewicz 2012-02-01 10:34:41 -07:00
  • ae66787031 Reworking styles with Bootstrap 2.0 Chris Kankiewicz 2012-02-01 10:28:27 -07:00
  • 53ba40f83f Some code cleanup Chris Kankiewicz 2012-02-01 08:52:08 -07:00
  • 67786fc8c5 Merge branch 'master' of github.com:DirectoryLister/DirectoryLister into production Chris Kankiewicz 2011-04-10 14:09:14 -07:00
  • e01fa0483d Updated TODO list Chris Kankiewicz 2011-04-10 11:19:45 -07:00
  • 0fcbc961d9 Moved settings.ini to settings.ini-sample and added a .gitignore file to ignore settings.ini Chris Kankiewicz 2011-03-28 11:52:38 -07:00
  • fdb23d86d9 Actually removed old rebase.css Chris Kankiewicz 2011-02-21 00:04:58 -07:00
  • 7a2db663cf - Shoretened up main class comment text - Added version number constant - Added custom init function (may not be needed) - Moved array sorting to its own function Chris Kankiewicz 2011-02-21 00:04:41 -07:00
  • cbec8e0b56 Switch CSS call for rebase.css to the new and improved rebase-min.css Chris Kankiewicz 2011-02-21 00:00:24 -07:00
  • f5a228a4e7 Added colorbox.js for future use Chris Kankiewicz 2011-02-20 23:59:47 -07:00
  • 0503ca35bc Reformatted parts of settings.ini for better readability Chris Kankiewicz 2011-02-20 23:59:19 -07:00
  • 0fc81bc5cd Removed old rebase.css, added new rebase-min.css and fixed a few CSS bugs/problems Chris Kankiewicz 2011-02-20 23:57:41 -07:00
  • 64cdb8a81d Added TODO file for future reference Chris Kankiewicz 2011-02-20 23:56:25 -07:00
  • 830ba77d63 Added copyright files Chris Kankiewicz 2011-02-20 23:55:49 -07:00
  • 6a5683f43e Removed hidden file listing from .ini file as this would be an easy way for someone to find out what files are hidden and then deduce the url to access those files Chris Kankiewicz 2010-11-28 23:12:07 -07:00
  • 0788a69107 Typo Chris Kankiewicz 2010-11-28 23:08:21 -07:00
  • 7062889e96 Added copyright notice and got sorting working (albeit a dirty way) Chris Kankiewicz 2010-11-28 23:03:27 -07:00
  • b9a1e95a51 Additional style tweaks to make things work better Chris Kankiewicz 2010-11-28 22:52:48 -07:00
  • 3d0a99b9d2 Modified the way file images are displayed. Modified styles to work better across multiple browsers Chris Kankiewicz 2010-11-28 22:35:14 -07:00
  • a7fe932a34 Lots more work bringing over functionality and refining styles. Also implimented settings.ini Chris Kankiewicz 2010-11-27 20:23:55 -07:00
  • 7e0f3535d4 Moved all directory-lister folder to resources and styled page Chris Kankiewicz 2010-11-27 14:48:39 -07:00
  • 053e7fa45f First commit Chris Kankiewicz 2010-11-22 23:37:45 -07:00