1500 Commits

Author SHA1 Message Date
Ad Schellevis
e72886c368 (trafficshaper) don't show modal validation error on modal edit form 2015-06-01 09:12:26 +02:00
Ad Schellevis
a615f10273 (mvc ui) make validaiton modal message box optional 2015-06-01 09:11:00 +02:00
Franco Fichtner
3c95edd1ea lang: FreeBSD wants to order it this way; bug? 2015-06-01 08:20:43 +02:00
Franco Fichtner
94ec1de54a src: no hay pcntl 2015-06-01 07:55:41 +02:00
Franco Fichtner
fb97ab7c6d ntpd: only consumer of sigprogmask magic; can probably do without 2015-06-01 07:39:07 +02:00
Franco Fichtner
4c3488138e www: remove unused function 2015-06-01 07:24:31 +02:00
Franco Fichtner
3256e66d4b rc: a bit more pruning; we know what we are doing! 2015-05-31 21:13:19 +02:00
Franco Fichtner
a173ea37bd rc: push PHP extensions to extensions.ini, which...
is also used by the ports to register the modules, which may
finally fix the spurious module load errors.
2015-05-31 20:56:48 +02:00
Ad Schellevis
0af32b6aab (captiveportal) let rc scripting handle ipfw/dummynet module loading 2015-05-31 18:01:10 +00:00
Ad Schellevis
f97c9abf9e (ipfw) sysctl settings 2015-05-31 17:49:56 +00:00
Ad Schellevis
b5234441f5 (model) enforce uuid's on ArrayField types 2015-05-31 19:39:25 +02:00
Ad Schellevis
79636d4ae9 (ipfw) move ipfw into standard rc system and move config locations 2015-05-31 19:16:41 +02:00
Ad Schellevis
d9ea789fe8 (trafficshaper) add enabled field to model 2015-05-31 19:07:15 +02:00
Ad Schellevis
57f0cc3f79 (lang) updated gettext data 2015-05-31 15:47:37 +00:00
Ad Schellevis
ebecb7610c (lang) fix language collector scripts (model/controller) 2015-05-31 15:43:09 +00:00
Franco Fichtner
82a4ebb46a lang: move dynamic gettext() foo into subdir
Create and commit the files generated by the dynamic gettext extraction,
so that we can review changes more gracefully.  Two files in the Traffic
Shaper forms don't parse right now, but I have no clue why.
2015-05-31 15:05:30 +02:00
Franco Fichtner
8774e177d3 README: fiddle with wording and readability on a terminal 2015-05-31 14:14:46 +02:00
Franco Fichtner
3b562b0e38 lang: move translation glue into its own subdir 2015-05-31 13:58:18 +02:00
Franco Fichtner
797df667de vpn: going down in style 2015-05-31 12:42:45 +02:00
Franco Fichtner
e17d4515cd src: more style fixes 2015-05-31 12:29:32 +02:00
Franco Fichtner
fff73b5194 src: whitespace sweep 2015-05-30 17:29:04 +02:00
Ad Schellevis
c6aec21cd7 (trafficshaper) close session on search 2015-05-29 21:03:03 +02:00
Ad Schellevis
1ffc66153b (xdebug) fix xdebug configuration issue 2015-05-29 17:33:25 +00:00
Ad Schellevis
4f584dd220 (mvc) check for uuid before using it. 2015-05-29 19:03:36 +02:00
Ad Schellevis
94d946c726 (trafficshaper) add queues 2015-05-29 18:57:33 +02:00
Ad Schellevis
afef1d9c9e (mvc) add filters to model relations 2015-05-29 18:55:35 +02:00
Ad Schellevis
d5b9c78bde (mvc) change regex behavior for interface field 2015-05-29 18:27:07 +02:00
Ad Schellevis
16018e4f69 (trafficshaper) add rule help messages 2015-05-29 15:47:46 +02:00
Ad Schellevis
5cd169ef29 (ipfw) make use of sort order on trafficshaper rule tags 2015-05-29 15:40:02 +02:00
Ad Schellevis
0008d12ce5 (configd) add optional sort order to list 2015-05-29 15:37:14 +02:00
Ad Schellevis
6b01cda117 (ipfw) fix template for rule interface selection 2015-05-29 15:11:40 +02:00
Ad Schellevis
6819cc3dc8 (trafficshaper) change interface selection to dropdown 2015-05-29 15:10:39 +02:00
Ad Schellevis
0edfbc3b41 (trafficshaper) change rule datatypes 2015-05-29 15:06:38 +02:00
Ad Schellevis
42c01cb89a (mvc) add interface type model field 2015-05-29 15:04:47 +02:00
Franco Fichtner
b56ab59fbe src: whitespace sweep 2015-05-29 12:37:04 +02:00
Franco Fichtner
a3faab2b87 settings: enable Simplified Chinsese selection for testing 2015-05-29 12:29:48 +02:00
Franco Fichtner
81afbb277c locale: Simplified Chinese progress
Great progress here, xie-xie!  :) Did a bit of editing and cherry-picking
of the submission, stripping only typos and unnecessary line noise.

Submitted by: Liu, 周
2015-05-29 12:17:14 +02:00
Ad Schellevis
d77fc01b4a (mvc) make comment inline 2015-05-29 11:35:23 +02:00
Ad Schellevis
b8449cfcf8 (mvc) change option field to use inclusion in stead of regex match 2015-05-29 11:34:46 +02:00
Ad Schellevis
fbcec02f85 (mvc) add NetworkField type to model 2015-05-29 10:34:50 +02:00
Ad Schellevis
95b5c23723 (mvc) no validation message on valid data 2015-05-29 10:33:14 +02:00
Ad Schellevis
ac196fb326 (mvc) add NetworkValidator to check ip addresses and networks 2015-05-29 10:16:06 +02:00
Ad Schellevis
9975617359 (trafficshaper) enable portnumber validation on src/dst 2015-05-28 18:38:35 +02:00
Ad Schellevis
2e466b4de9 (mvc) add PortField to validate portnumbers 2015-05-28 18:38:08 +02:00
Ad Schellevis
e287e1065b (mvc) improve ModelRelation validation 2015-05-28 18:37:41 +02:00
Ad Schellevis
212a5e48b7 (trafficshaper) UI prevent dialogs from closing accidentally 2015-05-28 15:52:28 +02:00
Ad Schellevis
e47455076c (mvc) expand standard form dialog to large 2015-05-28 15:48:21 +02:00
Ad Schellevis
e6fe9e8b6a (trafficshaper) add some help to pipe edit 2015-05-28 15:47:50 +02:00
Ad Schellevis
ba99059b4c (mvc) OptionField support empty strings in validation 2015-05-28 15:19:44 +02:00
Ad Schellevis
59d5cad169 (trafficshaper) make use of __empty__ for direction tag 2015-05-28 15:05:02 +02:00