Line # Revision Author
1 8 ahitrov@rambler.ru <& "/contenido/components/header.msn" &>
2 <& "/contenido/components/naviline.msn", sect_id => $owner->id &>
3
4 17 ahitrov@rambler.ru <script type="text/javascript">
5 <!--
6 function set_create_button( oSelect, sBtnID ) {
7 if ( oSelect.value == '' ) {
8 $('#'+sBtnID).attr('disabled','disabled');
9 } else {
10 $('#'+sBtnID).removeAttr('disabled');
11 }
12 }
13 //-->
14 </script>
15
16 8 ahitrov@rambler.ru <table width="100%" cellspacing="0" cellpadding="0" border="0">
17 <tr valign="top">
18 <td width="35%">
19
20 <& "/contenido/components/subsection.msn", section => $owner &>
21 <& "/contenido/components/class_filter.msn", class=> $class, section => $owner &>
22
23 % if (( $owner->id ) && ($owner->id > 0) )
24 % {
25 <& "/contenido/components/section_info.msn", section => $owner &>
26 % }
27
28 % my @LEFT = $m->comp('components/tasks.msn');
29 % my %LEFTh = map { $_->{attr} => $_ } (@LEFT);
30 % if (ref($request->{tab}->{lefts}))
31 % {
32 % for my $left (@{ $request->{tab}->{lefts} })
33 % {
34 % next if (! exists($LEFTh{$left}));
35 <& '/contenido/components/'.$LEFTh{$left}->{component}, %ARGS &>
36 % }
37 % }
38
39 <!-- Примечания -->
40 <fieldset>
41 <legend>Примечания</legend>
42 <table width="100%" cellspacing="5" cellpadding="0" class="tform">
43
44 <tr>
45 <th valign=top>1)</th>
46 <td width="100%">
47 Дата и время документа - поле, которое Вы можете редактировать.<br><br>
48 Кроме этого у каждого документа существует еще две временные отметки - дата создания (ctime) и дата модификации (mtime).
49 Это служебные поля и Вы не можете их изменять (они доступны только для чтения).
50 </td>
51 </tr>
52
53 </table>
54 </fieldset>
55
56 </td>
57 <td width="2%">&nbsp;</td>
58 <td width="65%">
59
60 % if($owner->id) {
61
62 <fieldset>
63 <legend>Документы\
64 % if ($class) {
65 класса <% $class %>\
66 % if ($use_section) {
67 c учетом текущей секции\
68 % }
69 % } else {
70 в разделе\
71 % }
72 118 ahitrov % if (!$owner->no_count && $total > 0) {
73 8 ahitrov@rambler.ru (всего: <% $total %>, показано с <% $first + 1 %> по <% ($first + $n > $total) ? $total : $first + $n %>)
74 118 ahitrov % } elsif ( $owner->no_count ) {
75 (<span style="color:yellow">без пересчета</span>, показано с <% $first + 1 %> по <% $first + scalar @documents %>)
76 8 ahitrov@rambler.ru % }
77 </legend>
78
79 118 ahitrov % if ($total || scalar @documents || defined($alpha) || defined($search) ) {
80 8 ahitrov@rambler.ru % if ($section_access == 2) {
81 <& "/contenido/components/new_objects_form.msn", proto => 'documents',
82 sect_id => $owner->id,
83 default => ($owner->default_document_class ? $owner->default_document_class : undef) &>
84 % }
85 117 ahitrov <div style="font-size:12px; font-family:Arial;">
86 8 ahitrov@rambler.ru <table border="0" cellspacing="0" cellpadding="2" width="100%" style="margin:4px 0 0; border:1px solid gray;">
87 <tr bgcolor="#e0e0e0"><th colspan="4">Поиск по букве:&nbsp;&nbsp;[<a href="?id=<% $id %>" style="font-weight:normal;">сброс фильтра</a>]</th></tr>
88 117 ahitrov <tr><td style="font-size:12px; font-family:Arial; padding:2px 4px;">
89 8 ahitrov@rambler.ru <& /inc/alpha.msn, alpha=>$alpha, params=>\%ARGS, &>
90 </td></tr></table>
91 % ## Форма поиска. Работает при включенном фильтре класса
92 % ## и описанной для класса функции search_fields
93 % ########################################################
94 % if ( $filter{class} ) {
95 % my $document = $filter{class}->new ($keeper);
96 % my @fields = $document->search_fields;
97 % if ( @fields ) {
98 % my @props = $document->required_properties;
99 <form action="sections.html">
100 <table border="0" cellspacing="0" cellpadding="2" width="100%" style="margin:4px 0; border:1px solid gray;">
101 <tr bgcolor="#e0e0e0"><th colspan="4">Поиск по полю:&nbsp;&nbsp;[<a href="?id=<% $id %>" style="font-weight:normal;">сброс фильтра</a>]</th></tr><tr>
102 <td width="1%" nowrap style="padding:2px 0 2px 4px;"><select name="search_by">
103 % foreach my $field ( @fields ) {
104 % my ($prop) = grep { $_->{'attr'} eq $field } @props;
105 % my $selected = $field eq $search_by ? ' selected' : '';
106 <option value="<% $field %>"<% $selected %>><% ref $prop ? $prop->{'shortname'} || $prop->{'rusname'} : $field %>
107 % }
108 </td><td width="0">:</td>
109 <td width="98%"><input type="text" name="search" value="<% $search %>" style="width:100%"></td>
110 <td width="1%" style="padding:2px 4px 2px 0;"><input type="submit" value=" &raquo; " style="border:1px solid gray;"></td>
111 </tr></table>
112 % if ( $id ) {
113 <input type="hidden" name="id" value="<% $id %>">
114 % }
115 % if ( $class ) {
116 <input type="hidden" name="class" value="<% $class %>">
117 % }
118 % if ( $use_section ) {
119 <input type="hidden" name="use_section" value="<% $use_section %>">
120 % }
121 </form>
122 % }
123 % }
124
125 <div style="height:5px"><spacer type="block" height="5"></div>
126 118 ahitrov % if ( $owner->no_count ) {
127 <& /inc/pages_nocount.msn, p=>$p, n=>$n, found=> scalar @documents, href=>'sections.html', params=>\%ARGS, size => 15 &>
128 % } else {
129 8 ahitrov@rambler.ru <& /inc/pages_.msn, p=>$p, n=>$n, total=>$total, href=>'sections.html', params=>\%ARGS, &>
130 118 ahitrov % }
131 8 ahitrov@rambler.ru </div>
132
133 <& /contenido/components/section_browse.msn, documents => \@documents, columns => \@columns, section => $owner, filter => \%filter_params, %ARGS &>
134
135 117 ahitrov <div style="font-size:12px; font-family:Arial;">
136 118 ahitrov % if ( $owner->no_count ) {
137 <& /inc/pages_nocount.msn, p=>$p, n=>$n, found=> scalar @documents, href=>'sections.html', params=>\%ARGS, size => 15 &>
138 % } else {
139 8 ahitrov@rambler.ru <& /inc/pages_.msn, p=>$p, n=>$n, total=>$total, href=>'sections.html', params=>\%ARGS, &>
140 118 ahitrov % }
141 8 ahitrov@rambler.ru <div style="height:5px"><spacer type="block" height="5"></div>
142 </div>
143
144 % } else {
145 <h4 align="center"><i>---- Нет документов -----</i></h4>
146 % }
147 %
148 % if ($section_access == 2) {
149 <& "/contenido/components/new_objects_form.msn", proto => 'documents',
150 sect_id => $owner->id,
151 default => ($owner->default_document_class ? $owner->default_document_class : undef) &>
152 % }
153
154 </fieldset>
155 </td>
156 </tr>
157 </table>
158
159 % }
160
161 </body>
162 </html>
163 <%args>
164
165 $id => undef
166 $p => 1
167 $class => undef
168 $use_section => undef
169 $alpha => undef
170 $alpha_search => undef
171 $search_by => undef
172 $search => undef
173 $update => undef
174 $delete => undef
175
176 </%args>
177 <%init>
178
179 $id = 0 if $id =~ /\D/;
180 my $owner;
181
182 # Операции...
183 if ($id && ($id > 0))
184 {
185 $owner = $keeper->get_section_by_id($id);
186 }
187 if (! ref($owner))
188 {
189 return undef;
190 }
191
192 my %filter_params;
193 $filter_params{use_section} = $use_section if $use_section;
194 $filter_params{class} = $class if $class;
195 $filter_params{alpha} = $alpha if $alpha;
196 $filter_params{alpha_search} = $alpha_search if $alpha_search;
197 $filter_params{search_by} = $search_by if $search_by;
198 $filter_params{search} = $search if $search;
199 $filter_params{p} = $p if $p > 1;
200 $filter_params{s} = $id if $id;
201
202 16 ahitrov@rambler.ru # Фильтры работают в любом случае...
203 8 ahitrov@rambler.ru my $filter = $m->comp('/contenido/components/context.msn', name => 'filter');
204 my $profile = $m->comp('/contenido/components/context.msn', name => 'profile');
205
206 unless (defined $request->{section_accesses}->{$id})
207 {
208 $request->{section_accesses}->{$id} = $user->get_section_access($id);
209 }
210 my $section_access = $request->{section_accesses}->{$id};
211
212 my (@documents, $total);
213
214 my $s = $owner->id;
215 my $sorted = $owner->_sorted();
216 $s .= ",$filter" if ($filter > 0);
217
218 if ($update) {
219 my $return_params = join ('&', map { $_.'='.$filter_params{$_} } grep { $_ ne 's' } keys %filter_params );
220 my %updated;
221 while ( my ($field, $value) = each %ARGS ) {
222 if ( $field =~ /^update_(\d+)_(\w+)$/ ) {
223 my $oid = $1;
224 my $attr = $2;
225 $updated{$oid}{$attr} = $value;
226 }
227 }
228 395 ahitrov warn Dumper \%updated;
229 8 ahitrov@rambler.ru my %classes = map { $_->{class} => 1 } values %updated;
230 foreach my $update_class ( keys %classes ) {
231 my @ids;
232 while ( my ($oid, $attr) = each %updated) {
233 push @ids, $oid if $attr->{class} eq $update_class;
234 }
235 my @objects = $keeper->get_documents (
236 id => \@ids,
237 class => $update_class
238 ) if @ids;
239 foreach my $object ( @objects ) {
240 my $document_access = $user->section_accesses($user, $object->section);
241 next unless $document_access == 2;
242 my $fields = $updated{$object->id};
243 my @props = grep { exists $_->{inline} && $_->{inline} } $object->structure;
244 if ( ref $fields eq 'HASH' ) {
245 foreach my $prop ( @props ) {
246 my $attr = $prop->{attr};
247 my $value = ref $fields && exists $fields->{$attr} ? $fields->{$attr} : undef;
248 395 ahitrov if ( $prop->{type} eq 'checkbox' ) {
249 $value = $value ? 1 : undef;
250 }
251 386 ahitrov if ( exists $prop->{db_type} ) {
252 if ( $prop->{db_type} eq 'float' ) {
253 for ( $value ) {
254 s/\,/\./;
255 s/^\s+//;
256 s/\s+$//;
257 }
258 if ( $value eq '' ) {
259 $value = undef;
260 }
261 } elsif ( $prop->{db_type} eq 'integer' || $prop->{db_type} eq 'smallint' ) {
262 $value =~ s/\D//sg if $value;
263 if ( $value eq '' ) {
264 $value = undef;
265 }
266 8 ahitrov@rambler.ru }
267 }
268
269 $object->$attr($value);
270 }
271 $object->store;
272 }
273 }
274 }
275 $m->redirect("sections.html?id=".$id.($return_params ? '&'.$return_params : ''));
276 }
277 if ( $delete ) {
278 my $return_params = join ('&', map { $_.'='.$filter_params{$_} } grep { $_ ne 's' } keys %filter_params );
279 my %deleted;
280 while ( my ($field, $value) = each %ARGS ) {
281 if ( $field =~ /^delete_(\d+)_(\w+)$/ ) {
282 my $oid = $1;
283 my $attr = $2;
284 $deleted{$oid}{$attr} = $value;
285 }
286 }
287 my %classes = map { $_->{class} => 1 } values %deleted;
288 foreach my $delete_class ( keys %classes ) {
289 my @ids;
290 while ( my ($oid, $attr) = each %deleted) {
291 push @ids, $oid if exists $attr->{id} && $attr->{id} && ($attr->{class} eq $delete_class);
292 }
293 my @objects = $keeper->get_documents (
294 id => \@ids,
295 class => $delete_class
296 ) if @ids;
297 foreach my $object ( @objects ) {
298 my $document_access = $user->section_accesses($user, $object->section);
299 next unless $document_access == 2;
300 $object->delete;
301 }
302 }
303 $m->redirect("sections.html?id=".$id.($return_params ? '&'.$return_params : ''));
304 }
305 386 ahitrov if ( $ARGS{move} || $ARGS{link} ) {
306 my $return_params = join ('&', map { $_.'='.$filter_params{$_} } grep { $_ ne 's' } keys %filter_params );
307 if ( exists $ARGS{tree} && $ARGS{tree} && $ARGS{tree} != $owner->id ) {
308 my %updated;
309 while ( my ($field, $value) = each %ARGS ) {
310 388 ahitrov if ( $field =~ /^delete_(\d+)_(\w+)$/ ) {
311 386 ahitrov my $oid = $1;
312 my $attr = $2;
313 $updated{$oid}{$attr} = $value;
314 }
315 }
316 388 ahitrov warn Dumper \%updated;
317 386 ahitrov my %classes = map { $_->{class} => 1 } values %updated;
318 my $parent_new = $keeper->get_section_by_id( $ARGS{tree} );
319 my $document_access = $user->section_accesses($user, $parent_new->id);
320 if ( $document_access == 2 ) {
321 foreach my $update_class ( keys %classes ) {
322 my @ids;
323 while ( my ($oid, $attr) = each %updated) {
324 388 ahitrov push @ids, $oid if exists $attr->{id} && $attr->{id} && ($attr->{class} eq $update_class);
325 386 ahitrov }
326 my @objects = $keeper->get_documents (
327 id => \@ids,
328 class => $update_class
329 ) if @ids;
330 my ($prop) = grep { $_->{attr} eq 'sections' } $update_class->new( $keeper )->structure;
331 if ( ref $prop && exists $prop->{db_type} && exists $prop->{db_field} ) {
332 foreach my $object ( @objects ) {
333 if ( $prop->{db_type} eq 'integer[]' ) {
334 my @sections = grep { $_ != $parent_new->id } $object->sections;
335 if ( @sections && $sections[0] == $owner->id ) {
336 unshift @sections, $parent_new->id;
337 } else {
338 push @sections, $parent_new->id;
339 }
340 @sections = grep { $_ == $owner->id } @sections if $ARGS{move};
341 $object->sections( @sections );
342 } else {
343 $object->sections( $parent_new->id );
344 }
345 $object->store;
346 }
347 }
348 }
349 }
350 }
351 $m->redirect("sections.html?id=".$id.($return_params ? '&'.$return_params : ''));
352 }
353 8 ahitrov@rambler.ru
354 my %filter=();
355 131 ahitrov my $nothing_found = 0;
356 8 ahitrov@rambler.ru my %order = (not $class and $owner->order_by) ? (order_by => $owner->order_by) : (order => ['date','direct']);
357 if (defined $alpha and $alpha ne '') {
358 $filter{ilike}=1;
359 $filter{ $alpha_search || 'name' }="$alpha%";
360 $order{order}=['name','reverse'];
361 delete $order{order_by};
362 }
363 if ( $class ) {
364 $filter{class} = $class;
365 } elsif ( $owner->default_document_class ) {
366 $filter{class} = $owner->default_document_class;
367 } elsif ( $owner->default_table_class ) {
368 $filter{table} = $owner->default_table_class;
369 }
370 $filter{s}=$s unless ($class && !$use_section);
371 if ( $search_by && defined $search ) {
372 my $doc_class = $class || $owner->default_document_class;
373 if ( $doc_class ) {
374 my @props = $doc_class->new( $keeper )->structure();
375 my ($prop) = grep { $_->{attr} eq $search_by } @props if @props;
376 131 ahitrov if ( ref $prop && ($prop->{type} eq 'integer' || $prop->{type} eq 'checkbox' ||
377 137 ahitrov (($prop->{type} eq 'pickup' || $prop->{type} eq 'lookup') && $search =~ /^\d+$/) ||
378 (exists $prop->{db_type} && $prop->{db_type} =~ /integer\[\]/) )) {
379 8 ahitrov@rambler.ru $filter{$search_by} = int($search);
380 131 ahitrov } elsif ( ref $prop && ($prop->{type} eq 'pickup' || $prop->{type} eq 'lookup') && $search =~ /\D/ ) {
381 my $lookup_opts = $prop->{lookup_opts};
382 386 ahitrov if ( ref $lookup_opts && (exists $lookup_opts->{class} || exists $lookup_opts->{table}) ) {
383 131 ahitrov my $search_field = exists $lookup_opts->{search_by} ? $lookup_opts->{search_by} : 'name';
384 my @ids = $keeper->get_documents (
385 ids => 1,
386 386 ahitrov exists $lookup_opts->{class} ? (class => $lookup_opts->{class}) : (table => $lookup_opts->{table}),
387 131 ahitrov ilike => 1,
388 $search_field => '%'.$search.'%',
389 );
390 if ( @ids ) {
391 $filter{$search_by} = \@ids;
392 } else {
393 $nothing_found = 1;
394 }
395 }
396 8 ahitrov@rambler.ru } else {
397 $filter{$search_by}='%'.$search.'%';
398 $filter{ilike} = 1;
399 }
400 } else {
401 $filter{$search_by}='%'.$search.'%';
402 $filter{ilike} = 1;
403 }
404 }
405
406 131 ahitrov # Дополнительные фильтры раздела
407 if ($owner->filters) {
408 no strict 'vars';
409 my $filters = eval($owner->filters);
410 if ($@) {
411 warn "Bad filter: " . $owner->filters . " in section " . $owner->id;
412 } elsif (ref $filters eq 'HASH') {
413 while ( my ($key, $val) = each %$filters ) {
414 $filter{$key} = $val;
415 }
416 }
417 }
418 8 ahitrov@rambler.ru
419 118 ahitrov $total = $keeper->get_documents(%filter, count=>1) unless $owner->no_count;
420 8 ahitrov@rambler.ru
421 my $n = 40;
422 my $first = $n * ($p - 1);
423 118 ahitrov ($first,$p)=(0,0) if (!$owner->no_count && $first>$total);
424 8 ahitrov@rambler.ru
425 131 ahitrov unless ( $nothing_found ) {
426 if ($class && !$use_section) {
427 @documents = $keeper->get_documents(%filter, %order, limit=>$n, offset=>$first);
428 } elsif ($sorted) {
429 @documents = $keeper->get_sorted_documents(%filter, limit=>$n, offset=>$first);
430 } else {
431 @documents = $keeper->get_documents(%filter, %order, limit=>$n, offset=>$first);
432 }
433 8 ahitrov@rambler.ru }
434 # набор колонок таблицы документов...
435 131 ahitrov my @columns = $sorted ? ({attr => '_sort_', name => 'N'}) : ();
436 8 ahitrov@rambler.ru
437 131 ahitrov # пытаемся найти колонки, которые документ сам пожелал показать (required_properties -> column)...
438 if ($filter{class} or @documents and $documents[0]) {
439 push @columns,
440 sort {$a->{column} <=> $b->{column}}
441 grep {$_->{column}} ($filter{class} ? $filter{class}->new($keeper)->structure : $documents[0]->structure);
442 }
443 8 ahitrov@rambler.ru
444 131 ahitrov # стандартная жопка таблицы...
445 @columns = (@columns,
446 {attr => '_act_', rusname => 'Действия'},
447 );
448
449 8 ahitrov@rambler.ru </%init>

Небольшая справка по веткам

cnddist – контейнер, в котором хранятся все дистрибутивы всех библиотек и программных пакетов, которые использовались при построении различных версий Contenido. Если какой-то библиотеки в данном хранилище нет, инсталлятор сделает попытку "подтянуть" ее с веба (например, с CPAN). Если библиотека слишком старая, есть очень большая вероятность, что ее там уже нет. Поэтому мы храним весь хлам от всех сборок. Если какой-то дистрибутив вдруг отсутствует в cnddist - напишите нам, мы положим его туда.

koi8 – отмирающая ветка, чей код, выдача и все внутренние библиотеки заточены на кодировку KOI8-R. Вносятся только те дополнения, которые касаются внешнего вида и функционала админки, баги ядра, обязательные обновления портов и мелочи, которые легко скопипастить. В дальнейшем планируется полная остановка поддержки по данной ветке.

utf8 – актуальная ветка, заточенная под UTF-8.

Внутри каждой ветки: core – исходники ядра; install – скрипт установки инсталляции; plugins – плагины; samples – "готовые к употреблению" проекты, которые можно поставить, запустить и посмотреть, как они работают.