Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
into validate.php.
= They (config/strings) were used eveywhere validate was used
= Validate already included auth.php (which included i18n.php)
= Now including just one file does a lot of stuff including loading
SM config, validating data, and loading internationalization
= Since we only include config.php once and not dozens of times, we could
have a slight speed increase
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
will work properly (methinks)
when it closes. Someone suggested that we use this, and I hadn't
researched its functionality enough before implementing
* Made the $auto_expunge variable actually do something.