index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
install
/
ui
/
src
/
freeipa
/
widget.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
webui: fix switching between multiple_choice_section choices
Petr Vobornik
2014-05-05
1
-3
/
+4
*
webui: fix combobox styles to work with selenium testing
Petr Vobornik
2014-04-15
1
-4
/
+4
*
webui: validation summary widget
Petr Vobornik
2014-04-15
1
-0
/
+86
*
webui: activity widget
Petr Vobornik
2014-04-15
1
-2
/
+88
*
webui: change widget updated event into value change event
Petr Vobornik
2014-04-03
1
-34
/
+32
*
webui: replace widget's hidden property with visible
Petr Vobornik
2014-04-03
1
-10
/
+32
*
webui: field and widget binding refactoring
Petr Vobornik
2014-04-03
1
-93
/
+293
*
webui: replace IPA.command usage with rpc.command
Petr Vobornik
2014-03-27
1
-3
/
+4
*
webui: change permissions UI to v2
Petr Vobornik
2014-03-20
1
-10
/
+14
*
webui: reflect enabled state in child widgets of a multivalued widget
Petr Vobornik
2014-03-20
1
-6
/
+33
*
webui-css: improve radio,checkbox keyboard support and color
Petr Vobornik
2014-03-20
1
-5
/
+14
*
webui: Datetime parsing and formatting
Petr Vobornik
2014-03-13
1
-7
/
+11
*
webui: use unique ids for checkboxes
Petr Vobornik
2014-03-13
1
-4
/
+1
*
Added empty value meaning to boolean formatter
Petr Vobornik
2014-03-12
1
-1
/
+13
*
Use fluid layout in host adder dialog fqdn widget
Petr Vobornik
2014-01-21
1
-4
/
+13
*
Font awesome glyphs as checkboxes and radios
Petr Vobornik
2014-01-21
1
-3
/
+3
*
Replace icons with the ones from Font Awesome
Petr Vobornik
2014-01-21
1
-7
/
+9
*
Font Awesome icons in header
Petr Vobornik
2014-01-21
1
-1
/
+1
*
Update jQuery to version 2.0.3
Petr Vobornik
2014-01-21
1
-3
/
+4
*
Remove last usage of jQuery UI
Petr Vobornik
2014-01-21
1
-13
/
+14
*
Focus input on label click in fluid layout
Petr Vobornik
2014-01-21
1
-12
/
+78
*
Display required, enabled and error widget states in fluid layout
Petr Vobornik
2014-01-21
1
-4
/
+56
*
Dojo event support in widgets
Petr Vobornik
2014-01-21
1
-3
/
+46
*
Fix padding of link buttons and labels in forms
Petr Vobornik
2014-01-21
1
-12
/
+15
*
Do not open dialog in a container
Petr Vobornik
2014-01-21
1
-4
/
+4
*
RCUE dialog implementation
Petr Vobornik
2014-01-21
1
-1
/
+1
*
Do not display tooltip everywhere
Petr Vobornik
2014-01-21
1
-1
/
+0
*
Use Fluid layout be default
Petr Vobornik
2014-01-21
1
-1
/
+1
*
New Fluid form layout
Petr Vobornik
2014-01-21
1
-39
/
+140
*
Always create radio and checkbox with label
Petr Vobornik
2014-01-21
1
-49
/
+96
*
Change undo-all to regular button
Petr Vobornik
2014-01-21
1
-3
/
+3
*
Change undo to regular button
Petr Vobornik
2014-01-21
1
-7
/
+6
*
Remove jquery button usage and unify button code
Petr Vobornik
2014-01-21
1
-54
/
+53
*
Web UI source code annotation
Petr Vobornik
2013-10-16
1
-39
/
+778
*
Hide delete button in multivalued widget if attr is not writable
Petr Vobornik
2013-08-13
1
-9
/
+16
*
Make ssh_widget not-editable if attr is readonly
Petr Vobornik
2013-08-13
1
-11
/
+20
*
Honor 'enabled' option for widgets.
Ana Krivokapic
2013-07-26
1
-51
/
+91
*
Better automated test support
Petr Vobornik
2013-07-16
1
-1
/
+2
*
Disable checkboxes and radios for readonly attributes
Petr Vobornik
2013-07-09
1
-8
/
+15
*
Fix default value selection in radio widget
Petr Vobornik
2013-06-24
1
-1
/
+11
*
Prompt for nameserver IP address in dnszone-add
Ana Krivokapic
2013-05-16
1
-0
/
+4
*
Resolve SIDs in Web UI
Alexander Bokovoy
2013-05-06
1
-3
/
+27
*
Fix crash on ssh key add
Petr Vobornik
2013-05-06
1
-7
/
+7
*
Add widget updated event
Petr Vobornik
2013-05-06
1
-1
/
+16
*
Change widget.build_child interface to the builder's
Petr Vobornik
2013-05-06
1
-13
/
+8
*
Registry and builder for formatters
Petr Vobornik
2013-05-06
1
-2
/
+13
*
Replace build logic in widget and field builder by new builder
Petr Vobornik
2013-05-06
1
-49
/
+35
*
Replace IPA.widget_factories and IPA_field_factories with registry
Petr Vobornik
2013-05-06
1
-29
/
+49
*
Use IPA.object() as a base factory for framework objects
Petr Vobornik
2013-05-06
1
-7
/
+7
*
Rename factory to $factory in spec objects modifications
Petr Vobornik
2013-05-06
1
-6
/
+6
[next]