Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  Form
Form.class.php 3.02 KB
Modal.class.php 1.51 KB
autoload.inc.php 381 Bytes

Latest revisions

# Date Author Comment
a88f0ee6 06/28/2016 12:49 PM Phil Davis

Remove a-f from IPv4 address pattern

It seems to me that a through f should not be part of the pattern for the "V4" case.
(cherry picked from commit 1f49dd8a3a49b724ded5840c1db6c168ed466aae)

bb44b41a 06/22/2016 03:57 PM NewEraCracker

Fix Bug #6394 - Incorrect Output of Translation

Apparently gettext() does not behave correctly when passed an empty string, this commit ensures gettext() is called only with non-empty strings

(cherry picked from commit 6ae99aba5cab12440d88dd9ddaa6535c3b9b5d82)

3e4adb71 06/21/2016 06:29 PM Stephen Beaver

Fixed #6498 by providing new address type argument to Form_IpAddress(). In this case it is specified as "V6".

f2c719c9 05/07/2016 07:46 PM Stephen Beaver

Experimentally fixed #6327

(cherry picked from commit 54fc9503ff550d04d1253c41c1fd49da1b64c07e)

60f8fa56 03/14/2016 11:10 AM Phil Davis

Translate button text

74bd7993 03/11/2016 01:53 PM Phil Davis

Translate the default submit button text

Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text....

be7ef04b 03/10/2016 04:50 PM Jim Pingle

Make fa-save the default button icon for 'Save' on all forms. Ticket #5965

e42fcbd0 01/22/2016 10:17 AM NOYB NOYB

Adding {} to if statement.

cba2816e 01/22/2016 08:02 AM NOYB NOYB

Form Group - Empty Title GetText

Don't call gettext with an empty title.

There are undoubtedly other places that a check should be done before passing a variable only to a gettext call.

Fixes use case of form group class without a title from passing empty var to gettext....

a5a983ae 01/19/2016 12:42 AM Pi Ba

classes/Form/Textarea.class.php, setNoWrap, make it work properly on FireFox and Chromium

View revisions

Also available in: Atom