aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserMO.h
Commit message (Collapse)AuthorAgeFilesLines
* * Remove restriction on 16 chars for username in User Manager (#1886)Max2015-11-181-4/+4
| | | | | * Change user manager code so that mysql queries are executed on validation instead of after save (in Core Data, not mysql). This should in general make more sense since a failure in MySQL essentialy means that Core Data can't save it either (but did anyway in the past). * Remove a deprecated method call that is no longer needed in 10.6+
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-1/+1
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* Tidy up and forgot to commit project file.stuconnolly2009-11-131-3/+3
|
* User Manager featuremltownsend2009-08-111-0/+41