root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2919 [2919] 10 hours rickc Somewhere along the line the css got out of alignment with the code. Fixes …
(edit) @2918 [2918] 38 hours rickc Only call setslug() once during post insertion. remove extraneous …
(edit) @2917 [2917] 3 days ringmaster Update HiEngine to allow localized strings in these forms: {hi:"Translate …
(edit) @2916 [2916] 4 days chrismeller Changing the button styles a little. Also made the background a sprite to …
(edit) @2915 [2915] 4 days MattRead allow cronjob to be retreived by id
(edit) @2914 [2914] 4 days moeffju Trying to make buttons look more button-y, and more like other controls in …
(edit) @2913 [2913] 4 days chrismeller Prevents - from being considered a word when slugifying titles. Fixes …
(edit) @2912 [2912] 5 days chrismeller Fixes a problem with the form enctype created when we added that filter. …
(edit) @2911 [2911] 5 days moeffju Unbreak r2910 and fix #781 for real.
(edit) @2910 [2910] 5 days moeffju Change glob() to Utils::glob() which always returns an array and supports …
(edit) @2909 [2909] 5 days chrismeller Makes all MySQL tables UTF8, hopefully for good this time. This should fix …
(edit) @2908 [2908] 5 days MattRead use require instead of require_once in autoload, for performance …
(edit) @2907 [2907] 6 days MattRead make isset work with FormUI controls
(edit) @2906 [2906] 7 days ringmaster Add map and rekey methods to SuperGlobal.
(edit) @2905 [2905] 7 days rickc Theme::display() calls Theme::add_template_vars(), which always creates a …
(edit) @2904 [2904] 7 days MattRead text/css not text/stylesheet
(edit) @2903 [2903] 7 days moeffju Fixes #754 (Plugins::is_loaded() returns TRUE for inactive plugins), kudos …
(edit) @2902 [2902] 7 days chrismeller Replacing 'orangered' with the actual hex color code, because TextMate …
(edit) @2901 [2901] 7 days chrismeller Removing the JS from r2899, as it's not needed.
(edit) @2900 [2900] 7 days chrismeller Fixes #576 in a seemingly better way by adding the same CSS class in the …
(edit) @2899 [2899] 7 days rickc Remove most of the annoying flicker with the silos when the publish page …
(edit) @2898 [2898] 7 days chrismeller Fixes the view / preview links when saving a post so they properly link to …
(edit) @2897 [2897] 7 days chrismeller Fixes the session form saving upon logout to work with SuperGlobals.
(edit) @2896 [2896] 7 days MattRead Fix for PHP 5.2.0. When returning arrays with overloaded propeties …
(edit) @2895 [2895] 7 days chrismeller The votes have been tallied and custom buttons won out. Welcome them back!
(edit) @2894 [2894] 8 days rickc Change a protected function to static.
(edit) @2893 [2893] 8 days MattRead Make Stack default to a FIFO type output again. (semi-tested ;) )
(edit) @2892 [2892] 8 days caius Committing the phpunit branch as-is
(edit) @2891 [2891] 8 days caius Committing the phpunit branch as-is
(edit) @2890 [2890] 8 days rickc Update UserHandler for SuperGlobals.
(edit) @2889 [2889] 9 days chrismeller Reverting the error_reporting changes in r2886 while we further discuss if …
(edit) @2888 [2888] 9 days MattRead use raw data internally. fixes #773.
(edit) @2887 [2887] 9 days MattRead Make SuperGlobal use ArrayIterator instead of ArrayObject so you can …
(edit) @2886 [2886] 9 days rickc Enable E_STRICT only if the user has chosen to enable it. Adds a new item …
(edit) @2885 [2885] 9 days chrismeller Changing the URL for the current page in the admin menu to be the current …
(edit) @2884 [2884] 9 days chrismeller Fixes the broken stacks for javascript and css over ssl. I don't know what …
(edit) @2883 [2883] 9 days dmondark Using the new login check to display the edit link.
(edit) @2882 [2882] 10 days rickc Get variable names to agree with what is being passed in so the delete …
(edit) @2881 [2881] 10 days rickc Convert the admin footer to use the new stack methods.
(edit) @2880 [2880] 10 days bjohnson Change tag weight function to use logarithmic (rather than linear) …
(edit) @2879 [2879] 10 days moeffju Removing moz-box-shadow because it makes scrolling painfully slow. Cf. …
(edit) @2878 [2878] 10 days MattRead branch:adminhandler organize adminpage things and use actions
(edit) @2877 [2877] 10 days dmondark Reverting r2857. The change completely left the Publish button …
(edit) @2876 [2876] 10 days caius Renaming a variable to make it more verbose
(edit) @2875 [2875] 10 days caius Formatting a couple of SQL queries
(edit) @2874 [2874] 10 days caius Adding a todo
(edit) @2873 [2873] 10 days rickc Fixes for the installhandler to cope with the changes wrought by …
(edit) @2872 [2872] 11 days MattRead branch:adminhandler use the action handler_var for calling different …
(edit) @2871 [2871] 11 days RandyWalker Removing button styles due to usability issues.
(edit) @2870 [2870] 11 days MattRead first pass at seperating adminhandler into a managable mess
(edit) @2869 [2869] 11 days MattRead head
(edit) @2868 [2868] 11 days MattRead creating adminhandler branch
(edit) @2867 [2867] 11 days ringmaster Stack dependencies are now sorted after the fact, so you can call …
(edit) @2866 [2866] 11 days ringmaster Updated code comments.
(edit) @2865 [2865] 11 days ringmaster Stacks now support the $after parameter. Setting the $after parameter …
(edit) @2864 [2864] 11 days ringmaster Add special permission cases 'full' and 'any'. Default User::can() to …
(edit) @2863 [2863] 11 days MattRead wsse update from arthus
(edit) @2862 [2862] 11 days ringmaster User::identify() now always returns a User object. If a user is not …
(edit) @2861 [2861] 11 days chrismeller Adding the groups management stuff, thanks to arthus! Fixes #660.
(edit) @2860 [2860] 11 days bjohnson A small efficiency fix for the Bitmask class.
(edit) @2859 [2859] 11 days bjohnson Fixing bugs in ACL and Bitmask classes such that we now pass the ACL tests …
(edit) @2858 [2858] 11 days chrismeller Capitalizes the close button for plugin config panes.
(edit) @2857 [2857] 11 days chrismeller Change the type of the publish button from 'submit' to 'button' so 'Save' …
(edit) @2856 [2856] 11 days chrismeller Makes sure that the Close <button> on plugin config panes gets the same …
(edit) @2855 [2855] 11 days chrismeller A quick change to make the sub-menus for create and edit level in the …
(edit) @2854 [2854] 11 days ringmaster Reverting accidental commit to wrong branch.
(edit) @2853 [2853] 11 days ringmaster Add SuperGlobal class.
(edit) @2852 [2852] 11 days ringmaster I really meant to commit index.php to trunk in r2851.
(edit) @2851 [2851] 11 days ringmaster Replace the $_GET, $_POST, $_COOKIE, and $_SERVER superglobals with an …
(edit) @2850 [2850] 11 days bjohnson Converting ACL class to use a bitmask permission flag. Almost guaranteed …
(edit) @2849 [2849] 12 days bjohnson Fixing a few broken items in the Bitmask class.
(edit) @2848 [2848] 12 days bjohnson Add a user_tokens() method to the ACL class which will return all the …
(edit) @2847 [2847] 12 days ringmaster Bitmask updates.
(edit) @2846 [2846] 12 days chrismeller Re-applying button styles. In this instance Heilemann has been out-voted …
(edit) @2845 [2845] 12 days ringmaster Better fix for singular/plural menu captions.
(edit) @2844 [2844] 12 days chrisjdavis Fixing the non-plural nature of the manage menu items. This is a …
(edit) @2843 [2843] 12 days ringmaster Removed the taq drawer.
(edit) @2842 [2842] 12 days Heilemann Removed recent admin button styling. Please don't style default OS …
(edit) @2841 [2841] 12 days chrismeller Refining the new admin buttons.
(edit) @2840 [2840] 12 days chrismeller Removed a funky character that made it in with the last patch.
(edit) @2839 [2839] 12 days chrismeller Styles buttons to more appropriately fit the rest of the Habari admin …
(edit) @2838 [2838] 12 days michaeltwofish Make the tags reload correctly when renaming tags. Fixes #764.
(edit) @2837 [2837] 2 weeks rickc Missing em in Charcoal. Fixes ticket #757. Thanks for the patch, …
(edit) @2836 [2836] 2 weeks MattRead use array_merge_recursive so we don't overwrite current hooks
(edit) @2835 [2835] 2 weeks MattRead allow for aliasing methods to hooks via the alias() method. alias() must …
(edit) @2834 [2834] 2 weeks rickc Automatically grant permission to the admin group when a new permission is …
(edit) @2833 [2833] 2 weeks chrismeller Adds an enctype to the import form with a filter. Fixes #624 with some …
(edit) @2832 [2832] 2 weeks chrismeller Reverting r2831, it's absolutely horrid. I'll fix it in a moment.
(edit) @2831 [2831] 2 weeks dmondark Adding a filter to the import form to allow setting the form's enctype. …
(edit) @2830