webgui/lib/WebGUI/Macro
2008-11-26 16:06:18 +00:00
..
_macro.skeleton rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
a_account.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
AdminBar.pm various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +00:00
AdminText.pm make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
AdminToggle.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
AdSpace.pm updating copyright year 2008-02-07 23:28:18 +00:00
AOIHits.pm updating copyright year 2008-02-07 23:28:18 +00:00
AOIRank.pm updating copyright year 2008-02-07 23:28:18 +00:00
AssetProxy.pm fixed: AssetProxy allows proxying content in the trash or clipboard 2008-09-15 21:51:26 +00:00
At_username.pm updating copyright year 2008-02-07 23:28:18 +00:00
BackToSite.pm Replaced the account.options loop in the displayAccount auth methods with new macros for displaying deactivate account and back to site links. Another macro which allows text to be displayed according to whether the value passed in is empty or not was added to allow functionality similar to that which currently exists. 2008-11-18 07:05:23 +00:00
c_companyName.pm updating copyright year 2008-02-07 23:28:18 +00:00
CanEditText.pm updating copyright year 2008-02-07 23:28:18 +00:00
CartItemCount.pm changed the name of getCartBySession to newBySession 2008-05-24 23:27:30 +00:00
D_date.pm updating copyright year 2008-02-07 23:28:18 +00:00
DeactivateAccount.pm Deactivate macro no longer needs a template. HasValueText macro is now called If 2008-11-18 16:55:41 +00:00
e_companyEmail.pm updating copyright year 2008-02-07 23:28:18 +00:00
EditableToggle.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
Env.pm updating copyright year 2008-02-07 23:28:18 +00:00
Execute.pm updating copyright year 2008-02-07 23:28:18 +00:00
Extras.pm updating copyright year 2008-02-07 23:28:18 +00:00
FetchMimeType.pm updating copyright year 2008-02-07 23:28:18 +00:00
FileUrl.pm reverted FileUrl macro, added new StorageUrl macro 2008-11-19 00:17:34 +00:00
FormParam.pm updating copyright year 2008-02-07 23:28:18 +00:00
GroupAdd.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
GroupDelete.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
GroupText.pm updating copyright year 2008-02-07 23:28:18 +00:00
H_homeLink.pm updating copyright year 2008-02-07 23:28:18 +00:00
Hash_userId.pm updating copyright year 2008-02-07 23:28:18 +00:00
If.pm Deactivate macro no longer needs a template. HasValueText macro is now called If 2008-11-18 16:55:41 +00:00
Include.pm updating copyright year 2008-02-07 23:28:18 +00:00
International.pm add: i18n for more Gallery templates 2008-02-12 00:55:06 +00:00
L_loginBox.pm fixed: loginBox macro can no longer return the user to the logout page, logging them out 2008-08-19 20:39:43 +00:00
LastModified.pm updating copyright year 2008-02-07 23:28:18 +00:00
LoginToggle.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
MiniCart.pm Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
NewMail.pm Account release candidate - final changes before merge 2008-11-15 02:39:23 +00:00
Page.pm updating copyright year 2008-02-07 23:28:18 +00:00
PageTitle.pm updating copyright year 2008-02-07 23:28:18 +00:00
PageUrl.pm Fix a typo in the PageUrl POD. 2008-07-13 02:03:21 +00:00
Quote.pm updating copyright year 2008-02-07 23:28:18 +00:00
r_printable.pm updating copyright year 2008-02-07 23:28:18 +00:00
RandomAssetProxy.pm Removed all instances of srand. This is called implicitily by rand and be dangerous if called mulitple times by the same process. 2008-11-10 21:53:30 +00:00
RandomThread.pm Removed all instances of srand. This is called implicitily by rand and be dangerous if called mulitple times by the same process. 2008-11-10 21:53:30 +00:00
RootTitle.pm updating copyright year 2008-02-07 23:28:18 +00:00
SessionId.pm um, add enough POD to by syntactically correct 2008-02-09 22:52:31 +00:00
Slash_gatewayUrl.pm updating copyright year 2008-02-07 23:28:18 +00:00
Spacer.pm updating copyright year 2008-02-07 23:28:18 +00:00
SpectreCheck.pm RFE 549 commits now check for spectre connectivity before commiting and a new macro for showing spectre status. 2008-10-21 16:54:00 +00:00
Splat_random.pm updating copyright year 2008-02-07 23:28:18 +00:00
SQL.pm Added Database link access for SQL Macro 2008-05-27 15:27:52 +00:00
StorageUrl.pm Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything 2008-11-26 16:06:18 +00:00
Thumbnail.pm updating copyright year 2008-02-07 23:28:18 +00:00
u_companyUrl.pm updating copyright year 2008-02-07 23:28:18 +00:00
URLEncode.pm updating copyright year 2008-02-07 23:28:18 +00:00
User.pm Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces. 2008-11-15 11:39:23 +00:00
UsersOnline.pm - Inclusion of UsersOnline macro into the core (#766) 2008-10-21 19:54:51 +00:00
ViewCart.pm - Removed cart icon from ViewCart macro. 2008-10-07 18:04:38 +00:00
Widget.pm modules, tests, etc shouldn't be set as executable 2008-11-24 04:01:23 +00:00