Method |
Description |
|
get_apiversion ( ) : integer |
Get the API version |
|
get_dbversion ( ) : integer |
Get the database version |
|
get_git_short_hash ( String $path = null ) : String |
Attempt to return the shortened git hash of any path Habari can access |
|
get_habariversion ( ) : string |
Get the Habari version |
|
is_devel ( ) : boolean |
Determine whether this might possibly have a .git directory, based solely on the existence of a hyphen in the release version string. |
|
requires_upgrade ( ) : boolean |
Determine if the database needs to be updated based on the source database version being newer than the schema last applied to the database |
|
save_dbversion ( ) |
Store the current database version in the options table |
|